Home
last modified time | relevance | path

Searched refs:GL_COLOR_EXT (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/
Denums.in174 GL_ENUM(0x1800,GL_COLOR_EXT)
/frameworks/native/opengl/include/GLES/
Dglext.h286 #define GL_COLOR_EXT 0x1800 macro
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h289 #define GL_COLOR_EXT 0x1800 macro
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp260 isFbo ? (const GLenum) GL_COLOR_EXT : (const GLenum) GL_COLOR_ATTACHMENT0, in discardFramebuffer()