Home
last modified time | relevance | path

Searched defs:getInternalFormat (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
/external/angle/src/libANGLE/renderer/d3d/
DImageD3D.h43 GLenum getInternalFormat() const { return mInternalFormat; } in getInternalFormat() function
DTextureD3D.cpp982 GLenum TextureD3D_2D::getInternalFormat(GLint level) const in getInternalFormat() function in rx::TextureD3D_2D
1795 GLenum TextureD3D_Cube::getInternalFormat(GLint level, GLint layer) const in getInternalFormat() function in rx::TextureD3D_Cube
2547 GLenum TextureD3D_3D::getInternalFormat(GLint level) const in getInternalFormat() function in rx::TextureD3D_3D
3227 GLenum TextureD3D_2DArray::getInternalFormat(GLint level) const in getInternalFormat() function in rx::TextureD3D_2DArray
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderTarget11.cpp308 GLenum TextureRenderTarget11::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget11
350 GLenum SurfaceRenderTarget11::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget11
/external/deqp/framework/opengl/
DgluTextureUtil.cpp210 uint32_t getInternalFormat(tcu::TextureFormat texFormat) in getInternalFormat() function
/external/deqp/modules/egl/
DteglImageUtil.cpp205 GLenum getInternalFormat(void) const in getInternalFormat() function in deqp::egl::Image::TextureImageSource