Home
last modified time | relevance | path

Searched refs:cullFace (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Drenderer9_utils.h34 D3DCULL ConvertCullMode(GLenum cullFace, GLenum frontFace);
Drenderer9_utils.cpp133 D3DCULL ConvertCullMode(GLenum cullFace, GLenum frontFace) in ConvertCullMode() argument
136 switch (cullFace) in ConvertCullMode()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dangletypes.h82 bool cullFace; member
DState.cpp42 mRasterizer.cullFace = false; in initialize()
305 return mRasterizer.cullFace; in isCullFaceEnabled()
310 mRasterizer.cullFace = enabled; in setCullFace()
1131 case GL_CULL_FACE: *params = mRasterizer.cullFace; break; in getBooleanv()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl31 gl->cullFace = &glCullFace;
DglwInitES30Direct.inl31 gl->cullFace = &glCullFace;
DglwInitES20.inl31 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwFunctions.inl6 glCullFaceFunc cullFace; variable
DglwInitES30.inl31 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL30.inl4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL31.inl4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL32.inl4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl31 dst->cullFace = src.cullFace;
DgluStateReset.cpp93 gl.cullFace (GL_BACK); in resetStateES()
550 gl.cullFace (GL_BACK); in resetStateGLCore()
/external/deqp/modules/gles2/performance/
Des2pStateChangeTests.cpp406 gl.cullFace(GL_FRONT); in init()
898 gl.cullFace(GL_FRONT); in init()
900 gl.cullFace(GL_BACK); in init()
Des2pStateChangeCallTests.cpp284 cullFace, in init()
Des2pRedundantStateChangeTests.cpp372 gl.cullFace(GL_FRONT); in init()
808 gl.cullFace(GL_FRONT); in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeTests.cpp406 gl.cullFace(GL_FRONT); in init()
982 gl.cullFace(GL_FRONT); in init()
984 gl.cullFace(GL_BACK); in init()
Des3pStateChangeCallTests.cpp319 cullFace, in init()
Des3pRedundantStateChangeTests.cpp372 gl.cullFace(GL_FRONT); in init()
882 gl.cullFace(GL_FRONT); in init()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderStateCache.cpp237 … D3D11_CULL_MODE cullMode = gl_d3d11::ConvertCullMode(rasterState.cullFace, rasterState.cullMode); in getRasterizerState()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h100 virtual void cullFace(WGC3Denum mode) { } in cullFace() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h139 virtual void cullFace(WGC3Denum mode); in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h234 virtual void cullFace(WGC3Denum mode) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl6 gl->cullFace = glCullFace;

12