Searched refs:colorBufferFormat (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.h80 GLenum colorBufferFormat() const;
H A DWebGLFramebuffer.cpp481 GLenum WebGLFramebuffer::colorBufferFormat() const function in class:blink::WebGLFramebuffer
H A DWebGLRenderingContextBase.h733 bool isTexInternalFormatColorBufferCombinationValid(GLenum texInternalFormat, GLenum colorBufferFormat);
H A DWebGLRenderingContextBase.cpp4525 bool WebGLRenderingContextBase::isTexInternalFormatColorBufferCombinationValid(GLenum texInternalFormat, GLenum colorBufferFormat) argument
4528 unsigned have = WebGLImageConversion::getChannelBitsByFormat(colorBufferFormat);
4535 return m_framebufferBinding->colorBufferFormat();
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp133 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat) argument
135 tcu::TextureLevel result(colorBufferFormat, size.x(), size.y());
138 if (colorBufferFormat.order == tcu::TextureFormat::RGBA &&
139 (colorBufferFormat.type == tcu::TextureFormat::UNORM_INT8 ||
140 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 ||
141 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32))
146 else if (colorBufferFormat.order == tcu::TextureFormat::RGBA &&
147 (isSIntFormatType(colorBufferFormat.type) ||
148 isUIntFormatType(colorBufferFormat.type)))
151 const bool isSigned = isSIntFormatType(colorBufferFormat
[all...]

Completed in 1620 milliseconds