Home
last modified time | relevance | path

Searched refs:formatsCount (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/
H A Dgl_sharing.cpp83 const auto formatsCount = GlSharing::glToCLFormats.size(); in getSupportedFormats() local
85 *numImageFormats = static_cast<cl_uint>(formatsCount); in getSupportedFormats()
88 if (formats != nullptr && formatsCount > 0) { in getSupportedFormats()
89 const auto elementsToCopy = std::min(numEntries, formatsCount); in getSupportedFormats()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_OpenGL_win32.h323 UINT formatsCount = 0; in wglChoosePixelFormatExtension() local
324 wglChoosePixelFormatARB (dc, atts, nullptr, 1, &format, &formatsCount); in wglChoosePixelFormatExtension()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/PlatformUtils/src/
H A Dutils.h92 DWORD formatsCount(DWORD cameraIndex);
H A Dutils.cpp1038 DWORD AkVCam::formatsCount(DWORD cameraIndex) in formatsCount() function in AkVCam
1132 for (DWORD i = 0; i < formatsCount(cameraIndex); i++) { in cameraFormats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp985 int formatsCount; in getPixelFormat() local
989 formatsCount = DE_LENGTH_OF_ARRAY(esFormats); in getPixelFormat()
994 formatsCount = DE_LENGTH_OF_ARRAY(coreFormats); in getPixelFormat()
998 for (int i = 0; i < formatsCount; i++) in getPixelFormat()
2040 int formatsCount; in readPixels() local
2047 formatsCount = DE_LENGTH_OF_ARRAY(esFormats); in readPixels()
2054 formatsCount = DE_LENGTH_OF_ARRAY(coreFormats); in readPixels()
2058 for (int m = 0; m < formatsCount; ++m) in readPixels()
3511 int formatsCount; in testAllFormatsAndTypes() local
3517 formatsCount = DE_LENGTH_OF_ARRAY(esFormats); in testAllFormatsAndTypes()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture.cpp207 const size_t formatsCount = sizeof(sizedInternalFormats) / sizeof(sizedInternalFormats[0]); in isSizedInternalFormat() local
209 for (size_t i=0; i < formatsCount; ++i) in isSizedInternalFormat()
220 const size_t formatsCount = sizeof(sizedInternalFormats) / sizeof(sizedInternalFormats[0]); in assumeSizedInternalFormat() local
222 for (size_t i=0; i < formatsCount; ++i) in assumeSizedInternalFormat()
233 …const size_t formatsCount = sizeof(compressedInternalFormats) / sizeof(compressedInternalFormats[0… in isCompressedInternalFormatSupportedByTexStorage() local
235 for (size_t i=0; i < formatsCount; ++i) in isCompressedInternalFormatSupportedByTexStorage()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture.cpp205 const size_t formatsCount = sizeof(sizedInternalFormats) / sizeof(sizedInternalFormats[0]); in isSizedInternalFormat() local
207 for (size_t i=0; i < formatsCount; ++i) in isSizedInternalFormat()
218 const size_t formatsCount = sizeof(sizedInternalFormats) / sizeof(sizedInternalFormats[0]); in assumeSizedInternalFormat() local
220 for (size_t i=0; i < formatsCount; ++i) in assumeSizedInternalFormat()
231 …const size_t formatsCount = sizeof(compressedInternalFormats) / sizeof(compressedInternalFormats[0… in isCompressedInternalFormatSupportedByTexStorrage() local
233 for (size_t i=0; i < formatsCount; ++i) in isCompressedInternalFormatSupportedByTexStorrage()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/cmio/Assistant/src/
H A Dassistant.cpp116 size_t formatsCount(size_t cameraIndex) const;
767 size_t AkVCam::AssistantPrivate::formatsCount(size_t cameraIndex) const in formatsCount() function in AkVCam::AssistantPrivate
796 for (size_t i = 0; i < this->formatsCount(cameraIndex); i++) { in cameraFormats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1809 const deUint8 formatsCount; in createBufferAccessWithVariablePointersTests() member
1836 for (int j = 0; j < types[i].formatsCount; ++j) in createBufferAccessWithVariablePointersTests()
1847 for (int j=0; j<types[i].formatsCount; ++j) in createBufferAccessWithVariablePointersTests()