Searched refs:glAlphaFuncxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
|
D | gl_client_context.h | 188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
|
D | gl_client_context.cpp | 188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 183 void glAlphaFuncxOES(GLenum func, GLclampx ref); 1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function 1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
|
D | gl_enc.cpp | 9105 this->glAlphaFuncxOES = &glAlphaFuncxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 192 glAlphaFuncxOES_server_proc_t glAlphaFuncxOES; member
|
D | gles1_server_context.cpp | 188 glAlphaFuncxOES = (glAlphaFuncxOES_server_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3611 this->glAlphaFuncxOES(var_func, var_ref); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 11 void glAlphaFuncxOES( GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 195 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 671 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 13 X(void, glAlphaFuncxOES, (GLenum func, GLclampx ref), (func, ref)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5215 GLAPI void APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
|