Searched refs:cullFace (Results 1 - 5 of 5) sorted by path

/frameworks/native/opengl/libagl/
H A Darray.cpp1368 if ((c->cull.enable) && (c->cull.cullFace == GL_FRONT_AND_BACK))
1421 if ((c->cull.enable) && (c->cull.cullFace == GL_FRONT_AND_BACK))
H A Dcontext.h342 GLenum cullFace; member in struct:android::gl::culling_t
H A Dprimitives.cpp831 if (face == c->cull.cullFace)
H A Dstate.cpp265 c->cull.cullFace = mode;
H A Dvertex.cpp33 c->cull.cullFace = GL_BACK;

Completed in 102 milliseconds