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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h 950 void StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) {
951 gles2::cmds::StencilFuncSeparate* c =
952 GetCmdSpace<gles2::cmds::StencilFuncSeparate>();
    [all...]
gles2_interface_stub_impl_autogen.h 321 void GLES2InterfaceStub::StencilFuncSeparate(
gles2_trace_implementation_impl_autogen.h 590 void GLES2TraceImplementation::StencilFuncSeparate(
592 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::StencilFuncSeparate");
593 gl_->StencilFuncSeparate(face, func, ref, mask);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 515 void (*StencilFuncSeparate)(struct gl_context *ctx, GLenum face, GLenum func,
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 515 void (*StencilFuncSeparate)(struct gl_context *ctx, GLenum face, GLenum func,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 217 void (*StencilFuncSeparate)(
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 855 void StencilFuncSeparate(
859 ToGles2Impl(&enter)->StencilFuncSeparate(face, func, ref, mask);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 49 milliseconds