Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h52 GLenum getCoreProfileEmulatedFormat(GLenum format);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp729 getCoreProfileEmulatedFormat(m_format); in onSave()
916 resultFormat = getCoreProfileEmulatedFormat(m_format); in restore()
DTextureUtils.cpp641 GLenum getCoreProfileEmulatedFormat(GLenum format) { in getCoreProfileEmulatedFormat() function
DGLEScontext.cpp2448 getCoreProfileEmulatedFormat(format); in prepareCoreProfileEmulatedTexture()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1096 format = getCoreProfileEmulatedFormat(format); in glTexSubImage3D()
DGLESv2Imp.cpp3735 format = getCoreProfileEmulatedFormat(format); in glGetTexImage()
3898 format = getCoreProfileEmulatedFormat(format); in glTexSubImage2D()