HomeSort by relevance Sort by last modified time
    Searched full:cullface (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 319 cullFace,
es3pRedundantStateChangeTests.cpp 372 gl.cullFace(GL_FRONT);
882 gl.cullFace(GL_FRONT);
    [all...]
  /frameworks/native/opengl/libagl/
vertex.cpp 33 c->cull.cullFace = GL_BACK;
context.h 342 GLenum cullFace;
state.cpp 265 c->cull.cullFace = mode;
array.cpp     [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 93 gl.cullFace (GL_BACK);
550 gl.cullFace (GL_BACK);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 372 gl.cullFace(GL_FRONT);
808 gl.cullFace(GL_FRONT);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 424 EXPECT_CALL(*gl_, CullFace(GL_FRONT));
425 SpecializedSetup<cmds::CullFace, 0>(true);
426 cmds::CullFace cmd;
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 295 void GLES2Implementation::CullFace(GLenum mode) {
299 helper_->CullFace(mode);
    [all...]
gles2_c_lib_autogen.h 148 gles2::GetGLContext()->CullFace(mode);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 214 glGetInterfacePPAPI()->CullFace(glGetCurrentContextPPAPI(), mode);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 517 #define glCullFace GLES2_GET_FUN(CullFace)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 519 void cullFace(GLenum mode);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 234 virtual void cullFace(WGC3Denum mode) = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 202 void (GLAPIENTRY * CullFace)(GLenum);
  /external/deqp/framework/opengl/wrapper/
glwInitES31.inl 31 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
glwInitGL31.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
glwInitGL32.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
glwInitGL33.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
glwInitGL40.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 6 gl->cullFace = glCullFace;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 202 void (GLAPIENTRY * CullFace)(GLenum);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h 470 TEST_F(GLES2FormatTest, CullFace) {
471 cmds::CullFace& cmd = *GetBufferAs<cmds::CullFace>();
473 EXPECT_EQ(static_cast<uint32_t>(cmds::CullFace::kCmdId), cmd.header.command);
    [all...]

Completed in 897 milliseconds

1 23 4 5 6