Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/GLES/
Dglext.h324 #define GL_COLOR_EXT 0x1800 macro
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h754 #define GL_COLOR_EXT 0x1800 macro
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp177 isFbo ? (const GLenum) GL_COLOR_EXT : (const GLenum) GL_COLOR_ATTACHMENT0, in discardFramebuffer()