Home
last modified time | relevance | path

Searched defs:numFormats (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fApiCase.cpp106 deInt32 numFormats; in getSupportedExtensions() local
Des3fImplementationLimitTests.cpp289 const GLint numFormats = query<GLint>(gl, GL_NUM_COMPRESSED_TEXTURE_FORMATS); in iterate() local
Des3fShaderApiTests.cpp1134 GLint numFormats = -1; in getBinaryFormats() local
/external/deqp/modules/gles2/functional/
Des2fApiCase.cpp104 deInt32 numFormats; in getSupportedExtensions() local
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp138 STDAPI GetNumberOfFormats(UINT32 *numFormats) in GetNumberOfFormats()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_writeimage.cpp127 cl_uint numFormats = 0; in test_writeimage() local
Dtest_readimage.cpp123 cl_uint numFormats = 0; in test_readimage() local
Dtest_image_param.cpp177 const size_t numFormats = sizeof( formats ) / sizeof( formats[ 0 ] ); in test_image_param() local
/external/angle/src/libANGLE/renderer/vulkan/linux/
DDisplayVkLinux.cpp140 EGLint *numFormats) in queryDmaBufFormats()
/external/deqp/framework/opengl/
DgluContextInfo.cpp179 int numFormats = 0; in operator ()() local
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.cpp191 cl_uint numFormats = 0u; in getSupportedImageFormats() local
/external/v4l2_codec2/common/
DV4L2Device.cpp1812 const size_t numFormats, const uint32_t pixelFormats[]) { in getSupportedDecodeProfiles()
1851 const size_t numFormats, const uint32_t pixelFormats[]) { in enumerateSupportedDecodeProfiles()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageCompressionControlTests.cpp649 deUint32 numFormats; in swapchainCreateTest() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp831 deUint32 numFormats = 1; in addComputeImageSamplerTest() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp695 deUint32 numFormats = 0; in querySurfaceFormatsTest() local
803 deUint32 numFormats = 0; in querySurfaceFormats2Test() local
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp1071 egl::Error DisplayEGL::queryDmaBufFormats(EGLint maxFormats, EGLint *formats, EGLint *numFormats) in queryDmaBufFormats()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp387 UInt32 numFormats = 1; in LoadFormats() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp520 deUint32 numFormats = 0; in getPhysicalDeviceSurfaceFormats() local
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp171 deInt32 numFormats = 0x1234; in shader_binary() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp199 const deUint32 numFormats, in pickSupportedDepthStencilFormat()
/external/cldr/tools/c/genldml/
Dgenldml.cpp1791 ResourceBundle numFormats = mSourceBundle.get("NumberElements", mError); in writeNumberElements() local
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3803 bool find_format(cl_image_format *formatList, unsigned int numFormats, in find_format()