Searched refs:glBlendEquationSeparate (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 20 {"glBlendEquationSeparate", (void*)glBlendEquationSeparate},
|
D | gl2_client_context.h | 22 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate; member
|
D | gl2_client_context.cpp | 22 …glBlendEquationSeparate = (glBlendEquationSeparate_client_proc_t) getProc("glBlendEquationSeparate… in initDispatchByName()
|
D | gl2_entry.cpp | 17 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); 494 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function 497 ctx->glBlendEquationSeparate(ctx, modeRGB, modeAlpha); in glBlendEquationSeparate()
|
D | gl2_enc.cpp | 11501 this->glBlendEquationSeparate = &glBlendEquationSeparate_enc; in gl2_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3.lds | 42 glBlendEquationSeparate;
|
D | gles3_wrapper_context.h | 22 glBlendEquationSeparate_wrapper_proc_t glBlendEquationSeparate; member
|
D | gles3_wrapper_context.cpp | 22 …glBlendEquationSeparate = (glBlendEquationSeparate_wrapper_proc_t) getProc("glBlendEquationSeparat… in initDispatchByName()
|
D | gles3_wrapper_entry.cpp | 17 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); 481 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function 484 ctx->glBlendEquationSeparate( modeRGB, modeAlpha); in glBlendEquationSeparate()
|
D | gles3.in | 10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 14 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
D | gl31.h | 386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)
|