Searched refs:glBlendEquation (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h19 {"glBlendEquation", (void*)glBlendEquation},
H A Dgl2_client_context.h19 glBlendEquation_client_proc_t glBlendEquation; member in struct:gl2_client_context_t
228 virtual glBlendEquation_client_proc_t set_glBlendEquation(glBlendEquation_client_proc_t f) { glBlendEquation_client_proc_t retval = glBlendEquation; glBlendEquation = f; return retval;}
H A Dgl2_entry.cpp17 void glBlendEquation(GLenum mode);
274 void glBlendEquation(GLenum mode) function
277 ctx->glBlendEquation(ctx, mode);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );

Completed in 12 milliseconds