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

  /external/chromium_org/cc/test/
test_gles2_interface.cc 145 void TestGLES2Interface::ClearStencil(GLint s) {
146 test_context_->clearStencil(s);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 155 void GLES2Implementation::ClearStencil(GLint s) {
158 helper_->ClearStencil(s);
    [all...]
gles2_cmd_helper_autogen.h 163 void ClearStencil(GLint s) {
164 gles2::cmds::ClearStencil* c = GetCmdSpace<gles2::cmds::ClearStencil>();
    [all...]
gles2_interface_stub_impl_autogen.h 67 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {
gles2_trace_implementation_impl_autogen.h 112 void GLES2TraceImplementation::ClearStencil(GLint s) {
113 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearStencil");
114 gl_->ClearStencil(s);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 71 void (*ClearStencil)(PP_Resource context, GLint s);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 170 void ClearStencil(PP_Resource context_id, GLint s) {
173 ToGles2Impl(&enter)->ClearStencil(s);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 257 void (GLAPIENTRY * ClearStencil)(GLint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 257 void (GLAPIENTRY * ClearStencil)(GLint);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 229 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 815 struct ClearStencil {
816 typedef ClearStencil ValueType;
842 COMPILE_ASSERT(sizeof(ClearStencil) == 8,
844 COMPILE_ASSERT(offsetof(ClearStencil, header) == 0,
846 COMPILE_ASSERT(offsetof(ClearStencil, s) == 4,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 903 milliseconds