HomeSort by relevance Sort by last modified time
    Searched refs:GLclampx (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.h 2 _es_AlphaFuncx(GLenum func, GLclampx ref);
5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
8 _es_ClearDepthx(GLclampx depth);
23 _es_DepthRangex(GLclampx zNear, GLclampx zFar);
126 _es_SampleCoveragex(GLclampx value, GLboolean invert);
  /external/mesa3d/src/mesa/main/
es1_conversion.h 2 _es_AlphaFuncx(GLenum func, GLclampx ref);
5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
8 _es_ClearDepthx(GLclampx depth);
23 _es_DepthRangex(GLclampx zNear, GLclampx zFar);
126 _es_SampleCoveragex(GLclampx value, GLboolean invert);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 44 typedef khronos_int32_t GLclampx;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_priv.h 43 typedef int GLclampx;
  /external/mesa3d/src/mapi/glapi/
glapi_priv.h 43 typedef int GLclampx;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 44 typedef khronos_int32_t GLclampx;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_proc.h 62 typedef void (* glAlphaFuncx_t) (GLenum, GLclampx);
69 typedef void (* glClearColorx_t) (GLclampx, GLclampx, GLclampx, GLclampx);
70 typedef void (* glClearDepthx_t) (GLclampx);
87 typedef void (* glDepthRangex_t) (GLclampx, GLclampx);
146 typedef void (* glSampleCoveragex_t) (GLclampx, GLboolean);
181 typedef void (* glAlphaFuncxOES_t) (GLenum, GLclampx);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
16 void glClearDepthxOES ( GLclampx depth )
19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
GLES10.spec 3 void glAlphaFuncx ( GLenum func, GLclampx ref )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
10 void glClearDepthx ( GLclampx depth )
26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 62 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);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_proc.h 51 typedef void (gl_APIENTRY *glAlphaFuncx_client_proc_t) (void * ctx, GLenum, GLclampx);
58 typedef void (gl_APIENTRY *glClearColorx_client_proc_t) (void * ctx, GLclampx, GLclampx, GLclampx, GLclampx);
59 typedef void (gl_APIENTRY *glClearDepthx_client_proc_t) (void * ctx, GLclampx);
75 typedef void (gl_APIENTRY *glDepthRangex_client_proc_t) (void * ctx, GLclampx, GLclampx);
134 typedef void (gl_APIENTRY *glSampleCoveragex_client_proc_t) (void * ctx, GLclampx, GLboolean);
187 typedef void (gl_APIENTRY *glAlphaFuncxOES_client_proc_t) (void * ctx, GLenum, GLclampx);
    [all...]
gl_enc.h 63 void glAlphaFuncx_enc(void *self , GLenum func, GLclampx ref);
70 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
71 void glClearDepthx_enc(void *self , GLclampx depth);
87 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar);
146 void glSampleCoveragex_enc(void *self , GLclampx value, GLboolean invert);
199 void glAlphaFuncxOES_enc(void *self , GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 82 FNDEF(void, glClearColorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha));
  /development/ndk/platforms/android-4/include/GLES/
glext.h 529 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
534 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
561 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
569 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
564 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
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)
    [all...]
  /external/mesa3d/include/GLES/
glext.h 563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
564 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
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)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 529 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
534 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
561 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
569 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref)
    [all...]

Completed in 927 milliseconds

1 2 3 4 5