Home
last modified time | relevance | path

Searched refs:getActualFormat (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DRenderbuffer.cpp40 return gl::GetRedSize(getActualFormat()); in getRedSize()
45 return gl::GetGreenSize(getActualFormat()); in getGreenSize()
50 return gl::GetBlueSize(getActualFormat()); in getBlueSize()
55 return gl::GetAlphaSize(getActualFormat()); in getAlphaSize()
60 return gl::GetDepthSize(getActualFormat()); in getDepthSize()
65 return gl::GetStencilSize(getActualFormat()); in getStencilSize()
117 GLenum RenderbufferTexture2D::getActualFormat() const in getActualFormat() function in gl::RenderbufferTexture2D
119 return mTexture2D->getActualFormat(0); in getActualFormat()
186 GLenum RenderbufferTextureCubeMap::getActualFormat() const in getActualFormat() function in gl::RenderbufferTextureCubeMap
188 return mTextureCubeMap->getActualFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0); in getActualFormat()
[all …]
DRenderbuffer.h52 virtual GLenum getActualFormat() const = 0;
85 virtual GLenum getActualFormat() const;
114 virtual GLenum getActualFormat() const;
143 virtual GLenum getActualFormat() const;
190 GLenum getActualFormat() const;
DTexture.h147 GLenum getActualFormat(GLint level) const;
215 GLenum getActualFormat(GLenum target, GLint level) const;
DContext.cpp1930 if (GetStencilSize(depthStencil->getActualFormat()) > 0) in clear()
2317 *format = gl::ExtractFormat(renderbuffer->getActualFormat()); in getCurrentReadFormatType()
2318 *type = gl::ExtractType(renderbuffer->getActualFormat()); in getCurrentReadFormatType()
2888 …drawFramebuffer->getColorbuffer(colorAttachment)->getActualFormat() != readColorBuffer->getActualF… in blitFramebuffer()
2923 …readFramebuffer->getDepthbuffer()->getActualFormat() != drawFramebuffer->getDepthbuffer()->getActu… in blitFramebuffer()
2939 …readFramebuffer->getStencilbuffer()->getActualFormat() != drawFramebuffer->getStencilbuffer()->get… in blitFramebuffer()
DTexture.cpp373 GLenum Texture2D::getActualFormat(GLint level) const in getActualFormat() function in gl::Texture2D
376 return mImageArray[level]->getActualFormat(); in getActualFormat()
971 GLenum TextureCubeMap::getActualFormat(GLenum target, GLint level) const in getActualFormat() function in gl::TextureCubeMap
974 return mImageArray[faceIndex(target)][level]->getActualFormat(); in getActualFormat()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderTarget.h34 GLenum getActualFormat() { return mActualFormat; } in getActualFormat() function
DImage.h36 GLenum getActualFormat() const { return mActualFormat; } in getActualFormat() function
DImage11.cpp283 if (colorbuffer && colorbuffer->getActualFormat() == (GLuint)mActualFormat) in copy()
DRenderer11.cpp917 renderTargetFormat = colorbuffer->getActualFormat(); in applyRenderTarget()
999 renderTargetFormat = depthStencil->getActualFormat(); in applyRenderTarget()
1546 … unsigned int stencilSize = gl::GetStencilSize(frameBuffer->getStencilbuffer()->getActualFormat()); in clear()
DRenderer9.cpp1372 mRenderTargetDesc.format = renderbufferObject->getActualFormat(); in applyRenderTarget()
1825 … unsigned int stencilSize = gl::GetStencilSize(frameBuffer->getStencilbuffer()->getActualFormat()); in clear()