Home
last modified time | relevance | path

Searched refs:globalTexObj (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h55 globalTexObj(nullptr), in EglImage()
71 NamedObjectPtr globalTexObj; member
DGLEScontext.h507 void blitFromReadBufferToTextureFlipped(GLuint globalTexObj,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DObjectNameSpace.cpp300 if (!eglImage->globalTexObj) { in preSaveAddEglImage()
305 unsigned int globalName = eglImage->globalTexObj->getGlobalName(); in preSaveAddEglImage()
DSaveableTexture.cpp1053 eglImage->globalTexObj = m_globalTexObj; in fillEglImage()
1059 if (!eglImage->globalTexObj) { in fillEglImage()
DGLEScontext.cpp2951 void GLEScontext::blitFromReadBufferToTextureFlipped(GLuint globalTexObj, in blitFromReadBufferToTextureFlipped() argument
2994 GL_TEXTURE_2D, globalTexObj, 0); in blitFromReadBufferToTextureFlipped()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp427 if (img->globalTexObj) { in blitFromCurrentReadBufferANDROID()
429 GLuint globalTexObj = img->globalTexObj->getGlobalName(); in blitFromCurrentReadBufferANDROID() local
431 globalTexObj, img->width, img->height, in blitFromCurrentReadBufferANDROID()
4299 if (!img->globalTexObj) return; in glEGLImageTargetTexture2DOES()
4310 img->globalTexObj); in glEGLImageTargetTexture2DOES()
4311 ctx->dispatcher().glBindTexture(GL_TEXTURE_2D, img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()
4322 texData->setGlobalName(img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()
4366 rbData->eglImageGlobalTexObject = img->globalTexObj; in glEGLImageTargetRenderbufferStorageOES()
4386 img->globalTexObj->getGlobalName(), in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2212 img->globalTexObj); in glEGLImageTargetTexture2DOES()
2214 img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()
2225 texData->setGlobalName(img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()
2258 rbData->eglImageGlobalTexObject = img->globalTexObj; in glEGLImageTargetRenderbufferStorageOES()
2284 img->globalTexObj->getGlobalName(), in glEGLImageTargetRenderbufferStorageOES()
2290 img->globalTexObj->getGlobalName(), in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp668 stream->putBe32(img.second->globalTexObj->getGlobalName()); in onSaveAllImages()
DEglImp.cpp1449 img->globalTexObj = globalTexObject; in eglCreateImageKHR()