HomeSort by relevance Sort by last modified time
    Searched defs:BlendFunc (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 99 void GLES2Implementation::BlendFunc(GLenum sfactor, GLenum dfactor) {
102 helper_->BlendFunc(sfactor, dfactor);
    [all...]
gles2_cmd_helper_autogen.h 98 void BlendFunc(GLenum sfactor, GLenum dfactor) {
99 gles2::cmds::BlendFunc* c = GetCmdSpace<gles2::cmds::BlendFunc>();
    [all...]
gles2_interface_stub_impl_autogen.h 41 void GLES2InterfaceStub::BlendFunc(
gles2_trace_implementation_impl_autogen.h 68 void GLES2TraceImplementation::BlendFunc(GLenum sfactor, GLenum dfactor) {
69 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendFunc");
70 gl_->BlendFunc(sfactor, dfactor);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 297 blend_func BlendFunc;
  /external/mesa3d/src/mesa/swrast/
s_context.h 297 blend_func BlendFunc;
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 55 void (*BlendFunc)(PP_Resource context, GLenum sfactor, GLenum dfactor);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 104 void BlendFunc(PP_Resource context_id, GLenum sfactor, GLenum dfactor) {
107 ToGles2Impl(&enter)->BlendFunc(sfactor, dfactor);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 263 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 455 struct BlendFunc {
456 typedef BlendFunc ValueType;
484 COMPILE_ASSERT(sizeof(BlendFunc) == 12,
486 COMPILE_ASSERT(offsetof(BlendFunc, header) == 0,
488 COMPILE_ASSERT(offsetof(BlendFunc, sfactor) == 4,
490 COMPILE_ASSERT(offsetof(BlendFunc, dfactor) == 8,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 152 milliseconds