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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 84 void GLES2Implementation::BlendEquation(GLenum mode) {
87 helper_->BlendEquation(mode);
    [all...]
gles2_cmd_helper_autogen.h 94 void BlendEquation(GLenum mode) {
95 gles2::cmds::BlendEquation* c = GetCmdSpace<gles2::cmds::BlendEquation>();
    [all...]
gles2_interface_stub_impl_autogen.h 36 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {
gles2_trace_implementation_impl_autogen.h 57 void GLES2TraceImplementation::BlendEquation(GLenum mode) {
58 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquation");
59 gl_->BlendEquation(mode);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 52 void (*BlendEquation)(PP_Resource context, GLenum mode);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 63 void BlendEquation(PP_Resource context_id, GLenum mode) {
64 GetGLES(context_id)->BlendEquation(mode);
854 &BlendEquation,
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 376 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 430 struct BlendEquation {
431 typedef BlendEquation ValueType;
457 COMPILE_ASSERT(sizeof(BlendEquation) == 8,
459 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
461 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 289 milliseconds