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

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 44 GL_EXT_PACKED_DEPTH_STENCIL(false) , GL_OES_READ_FORMAT(false), \
60 bool GL_OES_READ_FORMAT;
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 269 if (s_glSupport.GL_OES_READ_FORMAT)
270 *s_glExtensions+="GL_OES_read_format ";
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 506 if (strstr(cstring,"GL_OES_read_format ")!=NULL)
507 s_glSupport.GL_OES_READ_FORMAT = true;

Completed in 17 milliseconds