HomeSort by relevance Sort by last modified time
    Searched refs:numFormats (Results 1 - 17 of 17) sorted by null

  /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/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTShader.cpp 134 GLint numFormats = 0;
137 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS,&numFormats);
138 if(numFormats != 0) {
139 listFormats = new GLint[numFormats];
140 for(i=0;i<numFormats;++i)
143 for(i=0;i<numFormats;++i) {
  /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/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]));
  /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/Archive/
ArchiveExports.cpp 138 STDAPI GetNumberOfFormats(UINT32 *numFormats)
140 *numFormats = g_NumArcs;
IArchive.h 587 typedef HRESULT (WINAPI *Func_GetNumberOfFormats)(UInt32 *numFormats);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 644 deUint32 numFormats = 0;
646 VK_CHECK(instHelper.vki.getPhysicalDeviceSurfaceFormats2KHR(physicalDevices[deviceNdx], &surfaceInfo, &numFormats, DE_NULL));
648 if ((size_t)numFormats != refFormats.size())
651 if (numFormats > 0)
653 vector<VkSurfaceFormat2KHR> formats (numFormats);
661 VK_CHECK(instHelper.vki.getPhysicalDeviceSurfaceFormats2KHR(physicalDevices[deviceNdx], &surfaceInfo, &numFormats, &formats[0]));
663 if ((size_t)numFormats != formats.size())
687 deUint32 numToSupply = numFormats/2;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 387 UInt32 numFormats = 1;
394 RINOK(getNumberOfFormats(&numFormats));
404 for (UInt32 i = 0; i < numFormats; i++)
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 468 const deUint32 numFormats,
471 for (deUint32 i = 0; i < numFormats; ++i)
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 378 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t);
381 for (; formatIdx < numFormats; formatIdx++) {
384 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...]

Completed in 3787 milliseconds