Searched refs:getInternalFormat (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.cpp40 GC3Denum getInternalFormat(WebGLObject* buffer) function in namespace:WebCore::__anon14577
43 return (reinterpret_cast<WebGLRenderbuffer*>(buffer))->getInternalFormat();
200 unsigned long format = (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getInternalFormat();
211 return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getInternalFormat(m_texTarget, m_texLevel);
220 if (checkInternalFormat && getInternalFormat(m_depthAttachment.get()) != GraphicsContext3D::DEPTH_COMPONENT16)
225 if (checkInternalFormat && getInternalFormat(m_stencilAttachment.get()) != GraphicsContext3D::STENCIL_INDEX8)
230 if (checkInternalFormat && getInternalFormat(m_depthStencilAttachment.get()) != GraphicsContext3D::DEPTH_STENCIL)
H A DWebGLRenderbuffer.h47 GC3Denum getInternalFormat() const { return m_internalFormat; } function in class:WebCore::WebGLRenderbuffer
H A DWebGLTexture.h57 GC3Denum getInternalFormat(GC3Denum target, GC3Dint level) const;
H A DWebGLTexture.cpp172 GC3Denum WebGLTexture::getInternalFormat(GC3Denum target, GC3Dint level) const function in class:WebCore::WebGLTexture
H A DWebGLRenderingContext.cpp1086 if (!isTexInternalFormatColorBufferCombinationValid(tex->getInternalFormat(target, level), getBoundFramebufferColorFormat())) {
1101 GC3Denum format = tex->getInternalFormat(target, level);
2280 if (m_renderbufferBinding->getInternalFormat() == GraphicsContext3D::DEPTH_STENCIL
2304 return WebGLGetInfo(m_renderbufferBinding->getInternalFormat());
2326 return WebGLGetInfo(m_renderbufferBinding->getInternalFormat());
3264 if (tex->getInternalFormat(target, level) != format || tex->getType(target, level) != type) {
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp235 static GLenum getInternalFormat(SkBitmap::Config config) function in namespace:WebCore
528 int internalformat = getInternalFormat(config);
555 int internalformat = getInternalFormat(config);

Completed in 75 milliseconds