Home
last modified time | relevance | path

Searched refs:GetTexImageFormat (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.h72 TexImageFormat GetTexImageFormat(const FunctionsGL *functions,
DTextureGL.cpp239 nativegl::GetTexImageFormat(functions, features, internalFormat, format, type); in setImageHelper()
1075 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in setStorage()
1111 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in setStorage()
1171 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in setStorage()
1204 nativegl::GetTexImageFormat(functions, features, internalFormat, format, type); in setImageExternal()
1336 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in generateMipmap()
DBlitGL.cpp721 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in copySubTextureCPUReadback()
1174 nativegl::GetTexImageFormat(mFunctions, mFeatures, internalFormatInfo.format, in initializeResources()
Dformatutilsgl.cpp783 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat() function
Drenderergl_utils.cpp331 nativegl::TexImageFormat texImageFormat = nativegl::GetTexImageFormat( in CheckSizedInternalFormatTextureRenderability()