Home
last modified time | relevance | path

Searched defs:glBlendEquationSeparate (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp87 GL_APICALL void GL_APIENTRY glBlendEquationSeparate(GLenum, GLenum) { return; } in glBlendEquationSeparate() function
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h22 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate; member
Dgl2_entry.cpp509 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h24 glBlendEquationSeparate_server_proc_t glBlendEquationSeparate; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp805 GL_APICALL void GL_APIENTRY glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha){ in glBlendEquationSeparate() function
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h131 #define glBlendEquationSeparate MANGLE(BlendEquationSeparate) macro