HomeSort by relevance Sort by last modified time
    Searched defs:ClearStencil (Results 1 - 13 of 13) 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 183 void GLES2Implementation::ClearStencil(GLint s) {
186 helper_->ClearStencil(s);
    [all...]
gles2_cmd_helper_autogen.h 160 void ClearStencil(GLint s) {
161 gles2::cmds::ClearStencil* c = GetCmdSpace<gles2::cmds::ClearStencil>();
    [all...]
gles2_interface_stub_impl_autogen.h 74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {
    [all...]
gles2_trace_implementation_impl_autogen.h 125 void GLES2TraceImplementation::ClearStencil(GLint s) {
126 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearStencil");
127 gl_->ClearStencil(s);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 181 void ClearStencil(PP_Resource context_id, GLint s) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 93 void (*ClearStencil)(PP_Resource context, GLint s);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 187 void ClearStencil(PP_Resource context_id, GLint s) {
190 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 748 struct ClearStencil {
749 typedef ClearStencil ValueType;
774 COMPILE_ASSERT(sizeof(ClearStencil) == 8, Sizeof_ClearStencil_is_not_8);
775 COMPILE_ASSERT(offsetof(ClearStencil, header) == 0,
777 COMPILE_ASSERT(offsetof(ClearStencil, s) == 4, OffsetOf_ClearStencil_s_not_4);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 57 milliseconds