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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 60 GL_EXT_PACKED_DEPTH_STENCIL(false) , GL_OES_READ_FORMAT(false), \
76 bool GL_OES_READ_FORMAT;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 276 if (s_glSupport.GL_OES_READ_FORMAT)
277 *s_glExtensions+="GL_OES_read_format ";
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 527 if (strstr(cstring,"GL_OES_read_format ")!=NULL)
528 s_glSupport.GL_OES_READ_FORMAT = true;

Completed in 29 milliseconds