Home
last modified time | relevance | path

Searched defs:colorFormat (Results 1 – 25 of 25) sorted by relevance

/external/deqp/framework/opengl/
DgluFboRenderContext.cpp64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat()
210 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local
/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
160 const deUint32 colorFormat = GL_RGBA8; in render() local
246 const deUint32 colorFormat = GL_RGBA8; in render() local
Des3fFboStencilbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
157 const deUint32 colorFormat = GL_RGBA8; in render() local
Des3fFboRenderTest.cpp98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
750 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1111 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1267 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1624 deUint32 colorFormat = colorFormats[colorFmtNdx].format; in init() local
1662 deUint32 colorFormat = colorFormats[colorFmtNdx].format; in init() local
Des3fFramebufferBlitTests.cpp73 const deUint32 colorFormat = GL_RGBA8; in render() local
480 const deUint32 colorFormat = GL_RGBA8; in render() local
630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local
759 const tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local
Des3fFboMultisampleTests.cpp57 …sampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 d… in BasicFboMultisampleCase()
Des3fFboStateQueryTests.cpp537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat; in test() local
Des3fFboInvalidateTests.cpp1208 const deUint32 colorFormat = GL_RGBA8; in render() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java124 private int colorFormat; // Used by native code. field in MediaCodecVideoEncoder
143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties()
148 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoEncoder.EncoderProperties
DMediaCodecVideoDecoder.java102 private int colorFormat; field in MediaCodecVideoDecoder
134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties()
139 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoDecoder.DecoderProperties
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSApplicationConfiguration.java33 public int colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSApplicationConfiguration.java33 public GLKViewDrawableColorFormat colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp122 ColorFragmentShader (const tcu::TextureFormat& colorFormat, in ColorFragmentShader()
179 …SamplerFragmentShader (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tc… in SamplerFragmentShader()
273 …SamplerProgram (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Samp… in SamplerProgram()
DvktPipelineReferenceRenderer.cpp166 const tcu::TextureFormat& colorFormat, in ReferenceRenderer()
DvktPipelineBlendTests.cpp249 const VkFormat colorFormat, in BlendTest()
296 const VkFormat colorFormat, in BlendTestInstance()
DvktPipelineEarlyFragmentTests.cpp359 const VkFormat colorFormat, in makeRenderPass()
840 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
DvktPipelineImageSamplingInstance.cpp979 const tcu::TextureFormat colorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
DvktPipelineTimestampTests.cpp1040 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass()
1123 void BasicGraphicsTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFor… in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp1268 VkFormat colorFormat, in MultisampleRenderer()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp244 VkFormat colorFormat; in getAttachmentsDescriptor() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp338 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleTest() local
950 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleUnusedResolveAttachmentTest() local
/external/deqp/framework/qphelper/
DqpTestLog.c696 …G (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat) in writeCompressedPNG()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp299 VkFormat colorFormat; member
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp770 …const VkFormat colorFormat = isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FO… in execute() local
2199 VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTess() local
/external/mesa3d/src/mesa/main/
Dteximage.c1748 GLboolean colorFormat; in texture_error_check() local