Home
last modified time | relevance | path

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

123

/external/deqp/framework/opengl/
DgluFboRenderContext.cpp64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat()
215 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
531 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
752 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1113 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1269 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
1626 deUint32 colorFormat = colorFormats[colorFmtNdx].format; in init() local
1664 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
/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/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp238 const VkFormat colorFormat, in makeRenderPass()
412 …ssWithDepth (const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const v… in makeRenderPassWithDepth()
438 const VkFormat colorFormat, in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp229 const VkFormat colorFormat) in makeRenderPass()
768 const VkFormat colorFormat, in Renderer()
911 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local
973 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local
DvktDrawShaderViewportIndexTests.cpp685 const VkFormat colorFormat, in Renderer()
810 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local
867 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp171 const VkFormat colorFormat, in makeTestRenderPass()
497 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testStencilExportReplace() local
DvktPipelineReferenceRenderer.cpp166 const tcu::TextureFormat& colorFormat, in ReferenceRenderer()
DvktPipelineMultisampleImageTests.cpp69 VkFormat colorFormat; member
314 const VkFormat colorFormat, in makeMultisampleRenderPass()
381 const VkFormat colorFormat) in makeSimpleRenderPass()
740 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms() local
DvktPipelineRenderToImageTests.cpp111 VkFormat colorFormat; member
433 const VkFormat colorFormat, in makeRenderPass()
859 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() local
1672 std::string getFormatString (const VkFormat colorFormat, const VkFormat depthStencilFormat) in getFormatString()
1788 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in addTestCasesWithFunctions() local
DvktPipelineBlendTests.cpp251 const VkFormat colorFormat, in BlendTest()
298 const VkFormat colorFormat, in BlendTestInstance()
DvktPipelineReferenceRenderer.hpp122 ColorFragmentShader (const tcu::TextureFormat& colorFormat, in ColorFragmentShader()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp77 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
DvktGeometryInstancedRenderingTests.cpp144 const VkFormat colorFormat, in draw()
367 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp328 const VkFormat colorFormat, in ScissorRenderer()
429 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
DvktFragmentOperationsEarlyFragmentTests.cpp86 const VkFormat colorFormat, in makeRenderPass()
341 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
DvktFragmentOperationsScissorTests.cpp349 …text& context, const CaseDef caseDef, const IVec2& renderSize, const VkFormat colorFormat, const V… in ScissorRenderer()
451 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp354 const VkFormat colorFormat, in getPixelBufferAccess()
475 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
DvktTessellationGeometryPointSizeTests.cpp319 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp340 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleTest() local
603 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleUnusedResolveAttachmentTest() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp381 const VkFormat colorFormat, in makeRenderPass()

123