Home
last modified time | relevance | path

Searched refs:getCoreProfileEmulatedInternalFormat (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h53 GLint getCoreProfileEmulatedInternalFormat(GLint internalformat, GLenum type);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp914 resultInternalFormat = getCoreProfileEmulatedInternalFormat( in restore()
DTextureUtils.cpp652 GLint getCoreProfileEmulatedInternalFormat(GLint internalformat, GLenum type) { in getCoreProfileEmulatedInternalFormat() function
DGLEScontext.cpp2450 getCoreProfileEmulatedInternalFormat(format, type); in prepareCoreProfileEmulatedTexture()