Home
last modified time | relevance | path

Searched defs:blue (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DPaletteTexture.cpp26 unsigned char blue; member
DDummyGLfuncs.cpp29 … void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glClearColor()
31 …void GLAPIENTRY dummy_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)… in dummy_glColorMask()
89 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha){} in dummy_glColor4d()
90 void GLAPIENTRY dummy_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha){} in dummy_glColor4f()
92 void GLAPIENTRY dummy_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha){} in dummy_glColor4ub()
179 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glBlendColor()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp33 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
DEglX11Api.cpp86 int bSize,red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
DEglWindowsApi.cpp338 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor()
363 GL_API void GL_APIENTRY glClearColorx( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha… in glClearColorx()
411 GL_API void GL_APIENTRY glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in glColor4f()
416 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub()
421 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x()
426 GL_API void GL_APIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alp… in glColorMask()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp272 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glBlendColor()
330 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glClearColor()
342 GL_APICALL void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean … in glColorMask()