/external/skia/samplecode/ |
SampleCamera.cpp | 78 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; 79 if (frontFace != fFrontFace) { 80 fFrontFace = frontFace;
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 54 gl->frontFace = &glFrontFace;
|
glwInitES20.inl | 54 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
glwInitES30Direct.inl | 85 gl->frontFace = &glFrontFace;
|
glwInitES31Direct.inl | 96 gl->frontFace = &glFrontFace;
|
glwFunctions.inl | 179 glFrontFaceFunc frontFace; [all...] |
glwInitES30.inl | 85 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
glwInitES32Direct.inl | 112 gl->frontFace = &glFrontFace;
|
glwInitES31.inl | 96 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
glwInitES32.inl | 112 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace"); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLState.java | 148 IGLProperty frontFace = new GLEnumProperty(GLStateType.FRONT_FACE, GLEnum.GL_CCW); 160 frontFace,
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 96 dst->frontFace = src.frontFace;
|
gluStateReset.cpp | 114 gl.frontFace (GL_CCW); 691 gl.frontFace (GL_CCW); [all...] |
/frameworks/native/opengl/libagl/ |
vertex.cpp | 34 c->cull.frontFace = GL_CCW;
|
context.h | 344 GLenum frontFace;
|
state.cpp | 279 c->cull.frontFace = mode;
|
/external/deqp/modules/gles2/performance/ |
es2pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); 943 gl.frontFace(GL_CCW); 945 gl.frontFace(GL_CW); [all...] |
es2pStateChangeCallTests.cpp | 294 frontFace,
|
/external/deqp/modules/gles3/performance/ |
es3pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); [all...] |
es3pStateChangeCallTests.cpp | 329 frontFace,
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 146 'frontFace': {1: { 0:true }}, 395 ctx.frontFace(ctx.CCW);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawCreateInfoUtil.hpp | 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateCreateInfoUtil.hpp | 348 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolCreateInfoUtil.hpp | 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
|
/external/skia/src/gpu/vk/ |
GrVkPipeline.cpp | 410 rasterInfo->frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE;
|