Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h51 bool isCoreProfileEmulatedFormat(GLenum format);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp913 } else if (isCoreProfile() && isCoreProfileEmulatedFormat(m_format)) { in restore()
DTextureUtils.cpp630 bool isCoreProfileEmulatedFormat(GLenum format) { in isCoreProfileEmulatedFormat() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1102 isCoreProfileEmulatedFormat(texData->format)) { in glCopyTexImage2D()
1126 isCoreProfileEmulatedFormat(texData->format)) { in glCopyTexSubImage2D()
2930 isCoreProfileEmulatedFormat(texData->format); in sShouldEmulateSwizzles()
3734 isCoreProfileEmulatedFormat(format)) { in glGetTexImage()
3897 isCoreProfileEmulatedFormat(format)) { in glTexSubImage2D()
DGLESv30Imp.cpp1095 isCoreProfileEmulatedFormat(format)) { in glTexSubImage3D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp792 isCoreProfileEmulatedFormat(texData->format)) { in glCopyTexImage2D()