Home
last modified time | relevance | path

Searched refs:glAlphaFuncxOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
Dgl_client_context.h188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
Dgl_client_context.cpp188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
Dgl_entry.cpp183 void glAlphaFuncxOES(GLenum func, GLclampx ref);
1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function
1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
Dgl_enc.cpp9105 this->glAlphaFuncxOES = &glAlphaFuncxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h192 glAlphaFuncxOES_server_proc_t glAlphaFuncxOES; member
Dgles1_server_context.cpp188 glAlphaFuncxOES = (glAlphaFuncxOES_server_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
Dgles1_dec.cpp3611 this->glAlphaFuncxOES(var_func, var_ref); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries11 void glAlphaFuncxOES( GLenum func, GLclampx ref);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h195 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h671 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h13 X(void, glAlphaFuncxOES, (GLenum func, GLclampx ref), (func, ref)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5215 GLAPI void APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);