Home
last modified time | relevance | path

Searched refs:GLclampx (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
Dgl_proc.h62 typedef void (GL_APIENTRY *glAlphaFuncx_t) (GLenum, GLclampx);
69 typedef void (GL_APIENTRY *glClearColorx_t) (GLclampx, GLclampx, GLclampx, GLclampx);
70 typedef void (GL_APIENTRY *glClearDepthx_t) (GLclampx);
87 typedef void (GL_APIENTRY *glDepthRangex_t) (GLclampx, GLclampx);
146 typedef void (GL_APIENTRY *glSampleCoveragex_t) (GLclampx, GLboolean);
181 typedef void (GL_APIENTRY *glAlphaFuncxOES_t) (GLenum, GLclampx);
182 typedef void (GL_APIENTRY *glClearColorxOES_t) (GLclampx, GLclampx, GLclampx, GLclampx);
183 typedef void (GL_APIENTRY *glClearDepthxOES_t) (GLclampx);
186 typedef void (GL_APIENTRY *glDepthRangexOES_t) (GLclampx, GLclampx);
213 typedef void (GL_APIENTRY *glSampleCoveragexOES_t) (GLclampx, GLboolean);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.types4 GLclampx 32 0x%08x false
21 GLclampx* 32 0x%08x true
Dgl.in40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
47 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
48 GL_ENTRY(void, glClearDepthx, GLclampx depth)
64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar)
123 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
184 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
189 GL_ENTRY(void, glDepthRangexOES, GLclampx zNear, GLclampx zFar)
217 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.types4 GLclampx 32 0x%08x false
21 GLclampx* 32 0x%08x true
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
564 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
565 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
595 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
603 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref);
604 …edef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLc…
605 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
635 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
Dgl.h32 typedef khronos_int32_t GLclampx; typedef
634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h44 typedef khronos_int32_t GLclampx; typedef
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in12 void, glAlphaFuncx, GLenum func, GLclampx ref
13 void, glAlphaFuncxOES, GLenum func, GLclampx ref
41 void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha
42 void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha
45 void, glClearDepthx, GLclampx depth
46 void, glClearDepthxOES, GLclampx depth
93 void, glDepthRangex, GLclampx zNear, GLclampx zFar
94 void, glDepthRangexOES, GLclampx zNear, GLclampx zFar
354 void, glSampleCoveragex, GLclampx value, GLboolean invert
355 void, glSampleCoveragexOES, GLclampx value, GLboolean invert
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp279 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) { in glAlphaFuncx()
363 GL_API void GL_APIENTRY glClearColorx( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha… in glClearColorx()
374 GL_API void GL_APIENTRY glClearDepthx( GLclampx depth) { in glClearDepthx()
527 GL_API void GL_APIENTRY glDepthRangex( GLclampx zNear, GLclampx zFar) { in glDepthRangex()
1359 GL_API void GL_APIENTRY glSampleCoveragex( GLclampx value, GLboolean invert) { in glSampleCoveragex()