/external/deqp/modules/gles2/functional/ |
es2fApiCase.cpp | 104 deInt32 numFormats; 105 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats)); 106 if (numFormats == 0) 111 values.resize(numFormats);
|
/external/deqp/modules/gles3/functional/ |
es3fApiCase.cpp | 106 deInt32 numFormats; 107 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats)); 108 if (numFormats == 0) 113 values.resize(numFormats);
|
es3fImplementationLimitTests.cpp | 289 const GLint numFormats = query<GLint>(gl, GL_NUM_COMPRESSED_TEXTURE_FORMATS); 290 vector<GLint> formats (numFormats); 293 if (numFormats > 0)
|
es3fShaderApiTests.cpp | 1134 GLint numFormats = -1; 1135 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &numFormats); 1139 if (numFormats > 0) 1141 out.resize(numFormats, 0); [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkWsiUtil.cpp | 277 deUint32 numFormats = 0; 279 VK_CHECK(vki.getPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, &numFormats, DE_NULL)); 281 if (numFormats > 0) 283 std::vector<VkSurfaceFormatKHR> formats (numFormats); 285 VK_CHECK(vki.getPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, &numFormats, &formats[0]));
|
/external/deqp/framework/opengl/ |
gluContextInfo.cpp | 168 int numFormats = 0; 169 gl.getIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats); 171 vector<int> formats(numFormats); 172 if (numFormats > 0)
|
/external/skia/src/gpu/gl/ |
GrGLCaps.cpp | [all...] |
/frameworks/base/opengl/java/android/opengl/ |
ETC1Util.java | 100 int numFormats = results[0]; 101 if (numFormats > results.length) { 102 results = new int[numFormats]; 105 for (int i = 0; i < numFormats; i++) {
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.cpp | 337 UInt32 numFormats = 1;
344 RINOK(getNumberOfFormats(&numFormats));
354 for (UInt32 i = 0; i < numFormats; i++)
|
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.cpp | 362 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); 365 for (; formatIdx < numFormats; formatIdx++) { 368 if (formatIdx == numFormats) { [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | 166 deInt32 numFormats = 0x1234; 167 ctx.glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &numFormats); 169 if (numFormats == 0) 173 binaryFormats.resize(numFormats); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xproto.h | 292 CARD8 numFormats; /* number of pixmap formats */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xproto.h | 292 CARD8 numFormats; /* number of pixmap formats */ [all...] |
/external/opencv3/modules/core/src/ |
ocl.cpp | [all...] |