/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 102 private int colorFormat; field in MediaCodecVideoDecoder 134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() argument 136 this.colorFormat = colorFormat; in DecoderProperties() 139 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoDecoder.DecoderProperties 180 for (int colorFormat : capabilities.colorFormats) { in findDecoder() 181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findDecoder() 256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) + in initDecode() 273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initDecode() 284 colorFormat = properties.colorFormat; in initDecode() 551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in dequeueOutputBuffer() [all …]
|
D | MediaCodecVideoEncoder.java | 124 private int colorFormat; // Used by native code. field in MediaCodecVideoEncoder 143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties() argument 145 this.colorFormat = colorFormat; in EncoderProperties() 148 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoEncoder.EncoderProperties 198 for (int colorFormat : capabilities.colorFormats) { in findHwEncoder() 199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findHwEncoder() 307 colorFormat = properties.colorFormat; in initEncode() 308 Logging.d(TAG, "Color format: " + colorFormat); in initEncode() 315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initEncode()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 72 , colorFormat (colorFormat_) in FboConfig() 84 , colorFormat (GL_NONE) in FboConfig() 98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig 124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName() 257 checkColorFormatSupport(context, config.colorFormat); in Framebuffer() 268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 505 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare() 529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local 530 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat); in render() [all …]
|
D | es3fFboDepthbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 132 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 160 const deUint32 colorFormat = GL_RGBA8; in render() local 179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 218 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 246 const deUint32 colorFormat = GL_RGBA8; in render() local 265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 298 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
|
D | es3fFboStencilbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y()); in render() 132 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), V… in render() 157 const deUint32 colorFormat = GL_RGBA8; in render() local 176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in render() 229 …readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f)… in render()
|
D | es3fFramebufferBlitTests.cpp | 73 const deUint32 colorFormat = GL_RGBA8; in render() local 98 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y()); in render() 143 …readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.… in render() 480 const deUint32 colorFormat = GL_RGBA8; in render() local 515 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y()); in render() 595 …readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.… in render() 630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local 631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat); in render() 633 …Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_V… in render() 759 const tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local [all …]
|
D | es3fFboMultisampleTests.cpp | 57 …leCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depth… in BasicFboMultisampleCase() argument 59 , m_colorFormat (colorFormat) in BasicFboMultisampleCase()
|
D | es3fFboStateQueryTests.cpp | 537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat; in test() local 542 glTexStorage2D(GL_TEXTURE_2D, 1, colorFormat, 128, 128); in test()
|
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat() argument 66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat() 210 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local 221 if (colorFormat == 0) in createFramebuffer() 234 pixelFormat = getPixelFormat(colorFormat); in createFramebuffer() 240 … gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height); in createFramebuffer() 242 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in createFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 122 ColorFragmentShader (const tcu::TextureFormat& colorFormat, in ColorFragmentShader() argument 125 , m_colorFormat (colorFormat) in ColorFragmentShader() 179 …SamplerFragmentShader (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tc… in SamplerFragmentShader() argument 181 , m_colorFormat (colorFormat) in SamplerFragmentShader() 273 …SamplerProgram (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Samp… in SamplerProgram() argument 275 , m_fragmentShader (colorFormat, texture, sampler, lod, lookupScale, lookupBias, swizzle) in SamplerProgram() 293 const tcu::TextureFormat& colorFormat,
|
D | vktPipelineEarlyFragmentTests.cpp | 359 const VkFormat colorFormat, in makeRenderPass() argument 368 colorFormat, // VkFormat format; in makeRenderPass() 840 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 842 …const Image colorImage (vk, device, allocator, makeImageCreateInfo(renderSize, colorFormat… in iterate() 843 …geView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate() 906 …const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderSize… in iterate() 930 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachm… in iterate() 1014 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in iterate()
|
D | vktPipelineReferenceRenderer.cpp | 166 const tcu::TextureFormat& colorFormat, in ReferenceRenderer() argument 172 , m_colorFormat (colorFormat) in ReferenceRenderer() 176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
|
D | vktPipelineBlendTests.cpp | 106 const VkFormat colorFormat, 120 …BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttach… 249 const VkFormat colorFormat, in BlendTest() argument 252 , m_colorFormat(colorFormat) in BlendTest() 296 const VkFormat colorFormat, in BlendTestInstance() argument 300 , m_colorFormat (colorFormat) in BlendTestInstance()
|
D | vktPipelineTimestampTests.cpp | 968 virtual void buildRenderPass (VkFormat colorFormat, 971 VkFormat colorFormat, 1040 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass() argument 1050 colorFormat, // VkFormat format; in buildRenderPass() 1123 void BasicGraphicsTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFor… in buildFrameBuffer() argument 1131 m_colorImage = createImage2DAndBindMemory(colorFormat, in buildFrameBuffer() 1191 colorFormat, // VkFormat format; in buildFrameBuffer()
|
D | vktPipelineImageSamplingInstance.cpp | 979 const tcu::TextureFormat colorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 992 …program = createRefProgram(colorFormat, sampler, samplerLod, componentMapping, *m_texture, m_image… in verifyImage() 996 …Renderer>(new ReferenceRenderer(m_renderSize.x(), m_renderSize.y(), 1, colorFormat, depthStencilFo… in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 211 VkFormat colorFormat, 1268 VkFormat colorFormat, in MultisampleRenderer() argument 1276 , m_colorFormat (colorFormat) in MultisampleRenderer()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 244 VkFormat colorFormat; in getAttachmentsDescriptor() local 245 GrPixelConfigToVkFormat(this->config(), &colorFormat); in getAttachmentsDescriptor() 246 desc->fColor.fFormat = colorFormat; in getAttachmentsDescriptor() 251 desc->fResolve.fFormat = colorFormat; in getAttachmentsDescriptor()
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
D | IOSApplicationConfiguration.java | 33 public int colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
|
D | IOSGraphics.java | 125 view.setDrawableColorFormat(config.colorFormat); in init() 140 if (config.colorFormat == GLKViewDrawableColorFormat.RGB565) { in init()
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSApplicationConfiguration.java | 33 public GLKViewDrawableColorFormat colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
|
D | IOSGraphics.java | 217 view.setDrawableColorFormat(config.colorFormat); in IOSGraphics() 232 if (config.colorFormat == GLKViewDrawableColorFormat.RGB565) { in IOSGraphics()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 214 const NSString* const colorFormat = chooseLayerColorFormat(config); 225 if (colorFormat == nil) 233 colorFormat, kEAGLDrawablePropertyColorFormat,
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 338 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleTest() local 903 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleTest() 950 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleUnusedResolveAttachmentTest() local 1520 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 770 …const VkFormat colorFormat = isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FO… in execute() local 778 colorFormat, // VkFormat format; in execute() 794 colorFormat, // VkFormat format; in execute() 834 colorFormat, // VkFormat format; in execute() 2199 VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTess() local 2229 colorFormat, // VkFormat format; in renderTess() 2258 colorFormat, // VkFormat format; in renderTess() 2282 colorFormat, // VkFormat format; in renderTess()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 696 …G (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat) in writeCompressedPNG() argument 703 colorFormat, in writeCompressedPNG()
|