/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTShader.cpp | 134 GLint numFormats = 0; in PVRTShaderLoadBinaryFromMemory() local 137 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS,&numFormats); in PVRTShaderLoadBinaryFromMemory() 138 if(numFormats != 0) { in PVRTShaderLoadBinaryFromMemory() 139 listFormats = new GLint[numFormats]; in PVRTShaderLoadBinaryFromMemory() 140 for(i=0;i<numFormats;++i) in PVRTShaderLoadBinaryFromMemory() 143 for(i=0;i<numFormats;++i) { in PVRTShaderLoadBinaryFromMemory()
|
/external/deqp/modules/gles2/functional/ |
D | es2fApiCase.cpp | 104 deInt32 numFormats; in getSupportedExtensions() local 105 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats)); in getSupportedExtensions() 106 if (numFormats == 0) in getSupportedExtensions() 111 values.resize(numFormats); in getSupportedExtensions()
|
/external/deqp/modules/gles3/functional/ |
D | es3fApiCase.cpp | 106 deInt32 numFormats; in getSupportedExtensions() local 107 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats)); in getSupportedExtensions() 108 if (numFormats == 0) in getSupportedExtensions() 113 values.resize(numFormats); in getSupportedExtensions()
|
D | es3fImplementationLimitTests.cpp | 289 const GLint numFormats = query<GLint>(gl, GL_NUM_COMPRESSED_TEXTURE_FORMATS); in iterate() local 290 vector<GLint> formats (numFormats); in iterate() 293 if (numFormats > 0) in iterate()
|
D | es3fShaderApiTests.cpp | 1134 GLint numFormats = -1; in getBinaryFormats() local 1135 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &numFormats); in getBinaryFormats() 1139 if (numFormats > 0) in getBinaryFormats() 1141 out.resize(numFormats, 0); in getBinaryFormats()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 300 deUint32 numFormats = 0; in getPhysicalDeviceSurfaceFormats() local 302 VK_CHECK(vki.getPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, &numFormats, DE_NULL)); in getPhysicalDeviceSurfaceFormats() 304 if (numFormats > 0) in getPhysicalDeviceSurfaceFormats() 306 std::vector<VkSurfaceFormatKHR> formats (numFormats); in getPhysicalDeviceSurfaceFormats() 308 …VK_CHECK(vki.getPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, &numFormats, &formats[0])… in getPhysicalDeviceSurfaceFormats()
|
/external/deqp/framework/opengl/ |
D | gluContextInfo.cpp | 168 int numFormats = 0; in operator ()() local 169 gl.getIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats); in operator ()() 171 vector<int> formats(numFormats); in operator ()() 172 if (numFormats > 0) in operator ()()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 680 deUint32 numFormats = 0; in querySurfaceFormatsTest() local 682 …ki.getPhysicalDeviceSurfaceFormatsKHR(physicalDevices[deviceNdx], *surface, &numFormats, DE_NULL)); in querySurfaceFormatsTest() 684 std::vector<VkSurfaceFormatKHR> formats (numFormats + 1); in querySurfaceFormatsTest() 686 if (numFormats > 0) in querySurfaceFormatsTest() 688 const deUint32 numFormatsOrig = numFormats; in querySurfaceFormatsTest() 691 numFormats++; in querySurfaceFormatsTest() 693 …etPhysicalDeviceSurfaceFormatsKHR(physicalDevices[deviceNdx], *surface, &numFormats, &formats[0])); in querySurfaceFormatsTest() 695 if (numFormats != numFormatsOrig) in querySurfaceFormatsTest() 735 deUint32 numFormats = 0; in querySurfaceFormats2Test() local 737 …tPhysicalDeviceSurfaceFormats2KHR(physicalDevices[deviceNdx], &surfaceInfo, &numFormats, DE_NULL)); in querySurfaceFormats2Test() [all …]
|
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 138 STDAPI GetNumberOfFormats(UINT32 *numFormats) in GetNumberOfFormats() argument 140 *numFormats = g_NumArcs; in GetNumberOfFormats()
|
D | IArchive.h | 597 typedef HRESULT (WINAPI *Func_GetNumberOfFormats)(UInt32 *numFormats);
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 1791 ResourceBundle numFormats = mSourceBundle.get("NumberElements", mError); in writeNumberElements() local 1803 UnicodeString pattern= numFormats.getStringEx((int32_t)0,mError); in writeNumberElements() 1810 args[1]=numFormats.getStringEx((int32_t)1,mError); in writeNumberElements() 1813 args[1]=numFormats.getStringEx((int32_t)2,mError); in writeNumberElements() 1816 args[1]=numFormats.getStringEx((int32_t)3,mError); in writeNumberElements() 1819 args[1]=numFormats.getStringEx((int32_t)4,mError); in writeNumberElements() 1822 args[1]=numFormats.getStringEx((int32_t)5,mError); in writeNumberElements() 1825 args[1]=numFormats.getStringEx((int32_t)11,mError); in writeNumberElements() 1830 args[1]=numFormats.getStringEx((int32_t)6,mError); in writeNumberElements() 1833 args[1]=numFormats.getStringEx((int32_t)7,mError); in writeNumberElements() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 776 deUint32 numFormats = 1; in addComputeImageSamplerTest() local 778 numFormats = optypeimageFormatMismatchFormatCount; in addComputeImageSamplerTest() 780 for (deUint32 formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 217 const deUint32 numFormats, in pickSupportedDepthStencilFormat() argument 220 for (deUint32 i = 0; i < numFormats; ++i) in pickSupportedDepthStencilFormat()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 387 UInt32 numFormats = 1; in LoadFormats() local 394 RINOK(getNumberOfFormats(&numFormats)); in LoadFormats() 404 for (UInt32 i = 0; i < numFormats; i++) in LoadFormats()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 166 deInt32 numFormats = 0x1234; in shader_binary() local 167 ctx.glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &numFormats); in shader_binary() 169 if (numFormats == 0) in shader_binary() 173 binaryFormats.resize(numFormats); in shader_binary()
|