/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 858 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslAttachmentType() local 882 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslInputAttachmentType() local 906 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isPackedType() local 941 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isComponentSwizzled() local 964 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getNumUsedChannels() local
|
D | vktImageTranscodingSupportTests.cpp | 199 tcu::TextureFormat textureFormat = mapVkFormat(m_parameters.featuredFormat); in generateData() local 224 tcu::TextureFormat textureFormat = mapVkFormat(m_parameters.featuredFormat); in generateData() local
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Surface.hpp | 100 EGLenum textureFormat = EGL_NO_TEXTURE; // Format of texture: RGB, RGBA, or no texture member in egl::Surface
|
D | Surface.cpp | 424 … EGLenum textureFormat, EGLenum textureTarget, EGLenum clientBufferFormat, in PBufferSurface()
|
D | Display.cpp | 344 EGLenum textureFormat = EGL_NO_TEXTURE; in createPBufferSurface() local
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 89 int textureFormat = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
|
D | stw_framebuffer.h | 93 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member
|
/external/deqp/framework/common/ |
D | tcuImageIO.cpp | 107 TextureFormat textureFormat; in loadPNG() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 101 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate() local
|
D | vktTextureSwizzleTests.cpp | 98 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate() local
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayETC2Support.cpp | 342 const tcu::TextureFormat textureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in isRenderedImageValid() local
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 560 const tcu::TextureFormat textureFormat = mapVkFormat(format); in fillBuffer() local 579 const tcu::TextureFormat textureFormat = mapVkFormat(format); in fillBuffer() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 918 …s> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, … in generateBasic2DCaseIterations() 994 tcu::TextureFormat textureFormat; member 1525 const tcu::TextureFormat& textureFormat, in genGatherFuncCall() 1776 const tcu::TextureFormat textureFormat, in TextureGather2DCase() 1826 const tcu::TextureFormat& textureFormat, in generate2DArrayCaseIterations() 1988 const tcu::TextureFormat textureFormat, in TextureGather2DArrayCase() 2039 …Args> generateCubeCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, … in generateCubeCaseIterations() 2204 const tcu::TextureFormat textureFormat, in TextureGatherCubeCase() 2270 tcu::TextureFormat textureFormat, in makeTextureGatherCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1041 tcu::TextureFormat textureFormat, in TextureGatherCase() 1162 …ureGatherCase::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textureFormat, … in genGatherFuncCall() 1233 const tcu::TextureFormat& textureFormat, in genProgramSources() 1564 …s> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, … in generateBasic2DCaseIterations() 1644 tcu::TextureFormat textureFormat, in TextureGather2DCase() 1734 tcu::TextureFormat textureFormat, in TextureGather2DArrayCase() 1866 tcu::TextureFormat textureFormat, in TextureGatherCubeCase() 2006 tcu::TextureFormat textureFormat, in makeTextureGatherCase()
|
D | es31fShaderImageLoadStoreTests.cpp | 826 const TextureFormat& textureFormat, in readIntegerTextureViaFBOAndVerify() 883 const TextureFormat& textureFormat, in readFloatOrNormTextureWithLookupsAndVerify() 1034 const TextureFormat& textureFormat, in readBufferTextureWithMappingAndVerify() 1059 const TextureFormat& textureFormat, in readTextureAndVerify() 1289 …ntext& context, const char* name, const char* description, const TextureFormat& textureFormat, con… in ImageLoadAndStoreCase()
|
/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 394 int textureFormat, windowsDrawable *drawable) in windows_setTexBuffer()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 58 TextureParameters::TextureParameters(glw::GLuint textureBufferSize, glw::GLenum textureFormat, in TextureParameters()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 634 tcu::TextureFormat textureFormat; in init() member
|
D | glcSampleVariablesTests.cpp | 883 tcu::TextureFormat textureFormat; in init() member
|
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 150 Format textureFormat : BITS(FORMAT_LAST); member
|
/external/swiftshader/src/Device/ |
D | Sampler.hpp | 150 VkFormat textureFormat : BITS(VK_FORMAT_END_RANGE); member
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1320 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (tc… in testFBO() local 1514 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (… in testFBO() local
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 710 const tcu::TextureFormat textureFormat = texture.getRefTexture().getFormat(); in iterate() local 821 const tcu::TextureFormat textureFormat = texture.getRefTexture().getFormat(); in iterate() local 991 const tcu::TextureFormat textureFormat = texture2D.getRefTexture().getFormat(); in iterate() local
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 544 bool ValidateCopyFormats(GLenum textureFormat, GLenum colorbufferFormat) in ValidateCopyFormats()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 881 tcu::TextureFormat textureFormat; in init() member
|