/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | gl_proc.h | 23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf); 24 typedef void (GL_APIENTRY *glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf); 25 typedef void (GL_APIENTRY *glClearDepthf_t) (GLclampf); 28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf); 145 typedef void (GL_APIENTRY *glSampleCoverage_t) (GLclampf, GLboolean); 243 typedef void (GL_APIENTRY *glDepthRangefOES_t) (GLclampf, GLclampf); 248 typedef void (GL_APIENTRY *glClearDepthfOES_t) (GLclampf);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.types | 3 GLclampf 32 %f false 20 GLclampf* 32 0x%08x true
|
D | gl.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref) 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 3 GL_ENTRY(void, glClearDepthf, GLclampf depth) 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 122 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert) 247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar) 253 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 34 typedef khronos_float_t GLclampf; typedef 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth); 510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 569 GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.types | 3 GLclampf 32 %f false 20 GLclampf* 32 0x%08x true
|
D | gl2.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 18 GL_ENTRY(void, glClearDepthf, GLclampf depth) 37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 96 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.h | 35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref); 43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 137 void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert );
|
D | GLEScmImp.cpp | 272 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref) { in glAlphaFunc() 358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor() 369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf() 522 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { in glDepthRangef() 1350 GL_API void GL_APIENTRY glSampleCoverage( GLclampf value, GLboolean invert) { in glSampleCoverage()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 46 …static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph… 85 static void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert ); 118 static void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref); 196 …static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alp…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 30 typedef khronos_float_t GLclampf; typedef 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
|
D | glext.h | 737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 742 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 749 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 42 typedef khronos_float_t GLclampf; typedef
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | DummyGLfuncs.h | 36 void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 75 void GLAPIENTRY dummy_glSampleCoverage(GLclampf value, GLboolean invert ); 91 void GLAPIENTRY dummy_glAlphaFunc(GLenum func, GLclampf ref); 186 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | DummyGLfuncs.cpp | 29 … void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glClearColor() 68 void GLAPIENTRY dummy_glSampleCoverage(GLclampf value, GLboolean invert ){} in dummy_glSampleCoverage() 84 void GLAPIENTRY dummy_glAlphaFunc(GLenum func, GLclampf ref){} in dummy_glAlphaFunc() 179 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glBlendColor()
|
D | GLDispatch.cpp | 82 void (GLAPIENTRY *GLDispatch::glClearColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL; 121 void (GLAPIENTRY *GLDispatch::glSampleCoverage)(GLclampf,GLboolean) = NULL; 139 void (GLAPIENTRY *GLDispatch::glAlphaFunc)(GLenum,GLclampf) = NULL; 232 void (GL_APIENTRY *GLDispatch::glBlendColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL;
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.in | 45 (GLclampf zNear, GLclampf zFar), 65 (GLclampf depth),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 10 void, glAlphaFunc, GLenum func, GLclampf ref 11 void, glAlphaFuncQCOM, GLenum func, GLclampf ref 33 void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 52 void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 55 void, glClearDepthf, GLclampf depth 56 void, glClearDepthfOES, GLclampf depth 113 void, glDepthRangef, GLclampf zNear, GLclampf zFar 114 void, glDepthRangefOES, GLclampf zNear, GLclampf zFar 425 void, glSampleCoverage, GLclampf value, GLboolean invert
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 272 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() 334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf() 520 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar){ in glDepthRangef() 1672 GL_APICALL void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert){ in glSampleCoverage()
|