HomeSort by relevance Sort by last modified time
    Searched refs:frontFace (Results 1 - 25 of 38) sorted by null

1 2

  /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");
glwInitES31.inl 96 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL30.inl 89 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL31.inl 92 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL32.inl 99 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL33.inl 102 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL40.inl 114 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 94 gl.frontFace (GL_CCW);
673 gl.frontFace (GL_CCW);
    [all...]
  /frameworks/native/opengl/libagl/
vertex.cpp 34 c->cull.frontFace = GL_CCW;
context.h 343 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,
es2pRedundantStateChangeTests.cpp 369 gl.frontFace(GL_CW);
848 gl.frontFace(GL_CCW);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeTests.cpp 403 gl.frontFace(GL_CW);
    [all...]
es3pStateChangeCallTests.cpp 329 frontFace,
es3pRedundantStateChangeTests.cpp 369 gl.frontFace(GL_CW);
922 gl.frontFace(GL_CCW);
    [all...]

Completed in 1125 milliseconds

1 2