Home
last modified time | relevance | path

Searched refs:mTextureFormat (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp34 mTextureFormat(D3DFMT_UNKNOWN), in TextureStorage9()
122 mTextureFormat = surfaceDesc.Format; in TextureStorage9_2D()
141 mTextureFormat = d3dFormatInfo.texFormat; in TextureStorage9_2D()
259 mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture()
298 mTextureFormat = renderTarget9->getD3DFormat(); in TextureStorage9_EGLImage()
419 mTextureFormat = d3dFormatInfo.texFormat; in TextureStorage9_Cube()
542 getUsage(), mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture()
DTextureStorage9.h63 D3DFORMAT mTextureFormat; variable
/external/angle/src/libANGLE/renderer/gl/wgl/
DPbufferSurfaceWGL.cpp32 mTextureFormat(textureFormat), in PbufferSurfaceWGL()
86 GetWGLTextureType(mTextureFormat), in initialize()
DPbufferSurfaceWGL.h63 EGLenum mTextureFormat; variable
/external/angle/src/libANGLE/
DSurface.cpp81 mTextureFormat(TextureFormat::NoTexture), in Surface()
133 mTextureFormat = attributes.getAsPackedEnum(EGL_TEXTURE_FORMAT, TextureFormat::NoTexture); in Surface()
423 return mTextureFormat; in getTextureFormat()
DSurface.h237 TextureFormat mTextureFormat; variable