/external/skia/samplecode/ |
D | SampleCamera.cpp | 78 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/ |
D | glwInitES20Direct.inl | 54 gl->frontFace = &glFrontFace;
|
D | glwInitES30Direct.inl | 85 gl->frontFace = &glFrontFace;
|
D | glwInitES20.inl | 54 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
D | glwInitES31Direct.inl | 96 gl->frontFace = &glFrontFace;
|
D | glwInitES32Direct.inl | 112 gl->frontFace = &glFrontFace;
|
D | glwFunctions.inl | 179 glFrontFaceFunc frontFace; variable
|
D | glwInitES30.inl | 85 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
D | glwInitGL30.inl | 89 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
D | glwInitGL31.inl | 92 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
D | glwInitGL32.inl | 99 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 96 dst->frontFace = src.frontFace;
|
D | gluStateReset.cpp | 114 gl.frontFace (GL_CCW); in resetStateES() 691 gl.frontFace (GL_CCW); in resetStateGLCore()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); in init() 943 gl.frontFace(GL_CCW); in init() 945 gl.frontFace(GL_CW); in init()
|
D | es2pStateChangeCallTests.cpp | 294 frontFace, in init()
|
D | es2pRedundantStateChangeTests.cpp | 369 gl.frontFace(GL_CW); in init() 848 gl.frontFace(GL_CCW); in init()
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 395 ctx.frontFace(ctx.CCW);
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); in init() 1027 gl.frontFace(GL_CCW); in init() 1029 gl.frontFace(GL_CW); in init()
|
D | es3pStateChangeCallTests.cpp | 329 frontFace, in init()
|
D | es3pRedundantStateChangeTests.cpp | 369 gl.frontFace(GL_CW); in init() 922 gl.frontFace(GL_CCW); in init()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 410 rasterInfo->frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; in setup_raster_state()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.hpp | 348 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.hpp | 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
D | WebGLRenderingContext.java | 733 public final native void frontFace (int mode) /*-{ in frontFace() method in WebGLRenderingContext
|