Home
last modified time | relevance | path

Searched refs:glBlendEquationOES (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries7 void glBlendEquationOES(GLenum mode);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h167 {"glBlendEquationOES", (void *)glBlendEquationOES},
Dgles_dispatch.h170 glBlendEquationOES_t glBlendEquationOES; member
442 …(glBlendEquationOES_t f) { glBlendEquationOES_t retval = glBlendEquationOES; glBlendEquationOES = … in set_glBlendEquationOES()
Dgles.cpp791 void glBlendEquationOES(GLenum mode) in glBlendEquationOES() function
793 getDispatch()->glBlendEquationOES(mode); in glBlendEquationOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h157 {"glBlendEquationOES", (void*)glBlendEquationOES},
Dgl_client_context.h177 glBlendEquationOES_client_proc_t glBlendEquationOES; member
Dgl_client_context.cpp177 glBlendEquationOES = (glBlendEquationOES_client_proc_t) getProc("glBlendEquationOES", userData); in initDispatchByName()
Dgl_entry.cpp172 void glBlendEquationOES(GLenum mode);
1297 void glBlendEquationOES(GLenum mode) in glBlendEquationOES() function
1300 ctx->glBlendEquationOES(ctx, mode); in glBlendEquationOES()
Dgl_enc.cpp8536 this->glBlendEquationOES = &glBlendEquationOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in24 API_ENTRY(glBlendEquationOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in172 GL_ENTRY(void, glBlendEquationOES, GLenum mode)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h583 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);