OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
273
if (s_glSupport.
GL_OES_READ_FORMAT
)
274
*s_glExtensions+="
GL_OES_read_format
";
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
535
if (strstr(cstring,"
GL_OES_read_format
")!=NULL)
536
s_glSupport.
GL_OES_READ_FORMAT
= true;
Completed in 77 milliseconds