OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_ARB_HALF_FLOAT_PIXEL
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp
35
(ctx->getCaps()->
GL_ARB_HALF_FLOAT_PIXEL
|| ctx->getCaps()->GL_NV_HALF_FLOAT) &&
GLEScontext.cpp
540
if (strstr(cstring,"
GL_ARB_half_float_pixel
")!=NULL)
541
s_glSupport.
GL_ARB_HALF_FLOAT_PIXEL
= true;
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
61
GL_ARB_HALF_FLOAT_PIXEL
(false), GL_NV_HALF_FLOAT(false), \
77
bool
GL_ARB_HALF_FLOAT_PIXEL
;
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
149
if (s_glSupport.
GL_ARB_HALF_FLOAT_PIXEL
|| s_glSupport.GL_NV_HALF_FLOAT)
Completed in 31 milliseconds