HomeSort by relevance Sort by last modified time
    Searched refs:sourceEGLImage (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 38 if (sourceEGLImage && eglImageDetach) (*eglImageDetach)(sourceEGLImage);
45 sourceEGLImage(0),
57 unsigned int sourceEGLImage;
FramebufferData.h 29 unsigned int sourceEGLImage;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 21 RenderbufferData::RenderbufferData() : sourceEGLImage(0),
29 if (sourceEGLImage && eglImageDetach) (*eglImageDetach)(sourceEGLImage);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 497 if (!tData || tData->sourceEGLImage == 0) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 476 if (!tData || tData->sourceEGLImage == 0) {
678 if (rbData->sourceEGLImage != 0) {
    [all...]

Completed in 149 milliseconds