Home
last modified time | relevance | path

Searched refs:frontFace (Results 1 – 25 of 55) sorted by relevance

123

/external/skia/samplecode/
DSampleCamera.cpp78 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local
79 if (frontFace != fFrontFace) { in onDrawContent()
80 fFrontFace = frontFace; in onDrawContent()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl54 gl->frontFace = &glFrontFace;
DglwInitES30Direct.inl85 gl->frontFace = &glFrontFace;
DglwInitES20.inl54 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
DglwInitES31Direct.inl96 gl->frontFace = &glFrontFace;
DglwInitES32Direct.inl112 gl->frontFace = &glFrontFace;
DglwFunctions.inl179 glFrontFaceFunc frontFace; variable
DglwInitES30.inl85 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
DglwInitGL30.inl89 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
DglwInitGL31.inl92 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
DglwInitGL32.inl99 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl96 dst->frontFace = src.frontFace;
DgluStateReset.cpp114 gl.frontFace (GL_CCW); in resetStateES()
691 gl.frontFace (GL_CCW); in resetStateGLCore()
/external/deqp/modules/gles2/performance/
Des2pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
943 gl.frontFace(GL_CCW); in init()
945 gl.frontFace(GL_CW); in init()
Des2pStateChangeCallTests.cpp294 frontFace, in init()
Des2pRedundantStateChangeTests.cpp369 gl.frontFace(GL_CW); in init()
848 gl.frontFace(GL_CCW); in init()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js395 ctx.frontFace(ctx.CCW);
/external/deqp/modules/gles3/performance/
Des3pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
1027 gl.frontFace(GL_CCW); in init()
1029 gl.frontFace(GL_CW); in init()
Des3pStateChangeCallTests.cpp329 frontFace, in init()
Des3pRedundantStateChangeTests.cpp369 gl.frontFace(GL_CW); in init()
922 gl.frontFace(GL_CCW); in init()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp410 rasterInfo->frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; in setup_raster_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp348 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java733 public final native void frontFace (int mode) /*-{ in frontFace() method in WebGLRenderingContext

123