Searched refs:globalTexObj (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TranslatorIfaces.h | 55 globalTexObj(nullptr), in EglImage() 71 NamedObjectPtr globalTexObj; member
|
D | GLEScontext.h | 507 void blitFromReadBufferToTextureFlipped(GLuint globalTexObj,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ObjectNameSpace.cpp | 300 if (!eglImage->globalTexObj) { in preSaveAddEglImage() 305 unsigned int globalName = eglImage->globalTexObj->getGlobalName(); in preSaveAddEglImage()
|
D | SaveableTexture.cpp | 1053 eglImage->globalTexObj = m_globalTexObj; in fillEglImage() 1059 if (!eglImage->globalTexObj) { in fillEglImage()
|
D | GLEScontext.cpp | 2951 void GLEScontext::blitFromReadBufferToTextureFlipped(GLuint globalTexObj, in blitFromReadBufferToTextureFlipped() argument 2994 GL_TEXTURE_2D, globalTexObj, 0); in blitFromReadBufferToTextureFlipped()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 427 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/ |
D | GLEScmImp.cpp | 2212 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/ |
D | EglDisplay.cpp | 668 stream->putBe32(img.second->globalTexObj->getGlobalName()); in onSaveAllImages()
|
D | EglImp.cpp | 1449 img->globalTexObj = globalTexObject; in eglCreateImageKHR()
|