/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format.h | 36 typedef float GLclampf;
|
/frameworks/native/opengl/libagl/ |
matrix.cpp | 891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) 1094 void glDepthRangef(GLclampf zNear, GLclampf zFar)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 272 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref) { 358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { 522 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_mapi_tmp_shared.h | 220 void APIENTRY shared_dispatch_stub_206(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 254 void APIENTRY shared_dispatch_stub_240(GLenum func, GLclampf ref); 345 void APIENTRY shared_dispatch_stub_331(GLsizei n, const GLuint *textures, const GLclampf *priorities); 350 void APIENTRY shared_dispatch_stub_336(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) [all...] |
indirect.c | [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 375 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref); 397 void GLTrace_glAlphaFunc(GLenum func, GLclampf ref); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/ |
dispatch.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glext.h | [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_enc.cpp | 17 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) 33 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 51 void glClearDepthf_enc(void *self , GLclampf depth) 102 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitemp.h | [all...] |
/frameworks/base/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 270 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */ 276 (GLclampf)ref 319 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */ 324 (GLclampf)red, 325 (GLclampf)green, 326 (GLclampf)blue, 327 (GLclampf)alph [all...] |
android_opengl_GLES11Ext.cpp | [all...] |
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mtypes.h | 745 GLclampf AlphaRef; /**< Alpha reference value */ [all...] |
texobj.c | [all...] |
/external/mesa3d/include/GLES2/ |
gl2ext.h | [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | 745 GLclampf AlphaRef; /**< Alpha reference value */ [all...] |
texobj.c | [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/khronos/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | [all...] |