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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 38 if (sourceEGLImage && eglImageDetach) (*eglImageDetach)(sourceEGLImage);
61 void (*eglImageDetach)(unsigned int imageId);
FramebufferData.h 30 void (*eglImageDetach)(unsigned int imageId);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 22 eglImageDetach(NULL),
29 if (sourceEGLImage && eglImageDetach) (*eglImageDetach)(sourceEGLImage);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]

Completed in 48 milliseconds