Searched refs:glLogicOp (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h114 {"glLogicOp", (void*)glLogicOp},
H A Dgl_client_context.h116 glLogicOp_client_proc_t glLogicOp; member in struct:gl_client_context_t
H A Dgl_client_context.cpp116 glLogicOp = (glLogicOp_client_proc_t) getProc("glLogicOp", userData);
H A Dgl_entry.cpp111 void glLogicOp(GLenum opcode);
929 void glLogicOp(GLenum opcode) function
932 ctx->glLogicOp(ctx, opcode);
H A Dgl_enc.cpp8389 this->glLogicOp = &glLogicOp_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h124 {"glLogicOp", (void *)glLogicOp},
H A Dgles_dispatch.h127 glLogicOp_t glLogicOp; member in struct:gles_dispatch
399 glLogicOp_t set_glLogicOp(glLogicOp_t f) { glLogicOp_t retval = glLogicOp; glLogicOp = f; return retval;}
H A Dgles.cpp576 void glLogicOp(GLenum opcode) function
578 getDispatch()->glLogicOp(opcode);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);

Completed in 48 milliseconds