Home
last modified time | relevance | path

Searched refs:glBlendFunc (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h21 {"glBlendFunc", (void*)glBlendFunc},
Dgl2_client_context.h23 glBlendFunc_client_proc_t glBlendFunc; member
Dgl2_client_context.cpp23 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData); in initDispatchByName()
Dgl2_entry.cpp19 void glBlendFunc(GLenum sfactor, GLenum dfactor);
286 void glBlendFunc(GLenum sfactor, GLenum dfactor) in glBlendFunc() function
289 ctx->glBlendFunc(ctx, sfactor, dfactor); in glBlendFunc()
Dgl2_enc.cpp4992 this->glBlendFunc = &glBlendFunc_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h62 {"glBlendFunc", (void *)glBlendFunc},
Dgles_dispatch.h65 glBlendFunc_t glBlendFunc; member
337 …unc_t set_glBlendFunc(glBlendFunc_t f) { glBlendFunc_t retval = glBlendFunc; glBlendFunc = f; retu… in set_glBlendFunc()
Dgles.cpp266 void glBlendFunc(GLenum sfactor, GLenum dfactor) in glBlendFunc() function
268 getDispatch()->glBlendFunc(sfactor, dfactor); in glBlendFunc()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h53 {"glBlendFunc", (void*)glBlendFunc},
Dgl_client_context.h55 glBlendFunc_client_proc_t glBlendFunc; member
Dgl_client_context.cpp55 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData); in initDispatchByName()
Dgl_entry.cpp51 void glBlendFunc(GLenum sfactor, GLenum dfactor);
561 void glBlendFunc(GLenum sfactor, GLenum dfactor) in glBlendFunc() function
564 ctx->glBlendFunc(ctx, sfactor, dfactor); in glBlendFunc()
Dgl_enc.cpp8213 this->glBlendFunc = &glBlendFunc_enc; in gl_encoder_context_t()