HomeSort by relevance Sort by last modified time
    Searched refs:CullFace (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 45 EXPECT_CALL(*gl_, CullFace(GL_BACK)).Times(1).RetiresOnSaturation();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 51 * the dd_function_table::CullFace callback.
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
attrib.c 76 GLboolean CullFace;
269 attr->CullFace = ctx->Polygon.CullFlag;
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
    [all...]
  /external/mesa3d/src/mesa/main/
polygon.c 51 * the dd_function_table::CullFace callback.
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
attrib.c 76 GLboolean CullFace;
269 attr->CullFace = ctx->Polygon.CullFlag;
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 127 driver->CullFace = NULL;
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 127 driver->CullFace = NULL;
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 44 OP(CullFace) /* 285 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 62 GET_PROC(CullFace);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 62 GET_PROC(CullFace);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 43 #define glCullFace GLES2_GET_FUN(CullFace)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 72 GET_PROC(CullFace);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 72 GET_PROC(CullFace);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 302 void CullFace(PP_Resource context_id, GLenum mode) {
305 ToGles2Impl(&enter)->CullFace(mode);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 126 void GLES2InterfaceStub::CullFace(GLenum /* mode */) {
    [all...]
gles2_cmd_helper_autogen.h 302 void CullFace(GLenum mode) {
303 gles2::cmds::CullFace* c = GetCmdSpace<gles2::cmds::CullFace>();
    [all...]
gles2_implementation_unittest_autogen.h 240 TEST_F(GLES2ImplementationTest, CullFace) {
242 cmds::CullFace cmd;
247 gl_->CullFace(GL_FRONT);
    [all...]
gles2_trace_implementation_impl_autogen.h 205 void GLES2TraceImplementation::CullFace(GLenum mode) {
206 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CullFace");
207 gl_->CullFace(mode);
    [all...]
gles2_implementation_autogen.h 119 virtual void CullFace(GLenum mode) OVERRIDE;
gles2_interface_autogen.h 92 virtual void CullFace(GLenum mode) = 0;
gles2_interface_stub_autogen.h 91 virtual void CullFace(GLenum mode) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 523 ctx->Driver.CullFace = nouveau_cull_face;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 523 ctx->Driver.CullFace = nouveau_cull_face;
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 295 void CullFace(PP_Resource context_id, GLenum mode) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 124 VISIT_GL_CALL(CullFace, void, (GLenum mode), (mode))

Completed in 591 milliseconds

1 2 3