Home
last modified time | relevance | path

Searched refs:glCullFace (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl33 { "glCullFace", (deFunctionPtr)glCullFace },
DegluStaticES30Library.inl50 { "glCullFace", (deFunctionPtr)glCullFace },
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def65 glCullFace = glCullFace@4
Dopengl32.def65 glCullFace
Dstw_context.c589 &glCullFace,
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp184 glCullFace(-1); in init()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp65 return (GrGLFuncPtr) glCullFace; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl33 gl->cullFace = &glCullFace;
DglwInitES30Direct.inl50 gl->cullFace = &glCullFace;
DglwInitES20.inl33 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitES31Direct.inl55 gl->cullFace = &glCullFace;
DglwInitES32Direct.inl62 gl->cullFace = &glCullFace;
DglwInitES30.inl50 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL30.inl54 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL31.inl55 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
DglwInitGL32.inl56 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp186 glCullFace(-1); in init()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl73 "glCullFace",
222 "glCullFace",
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp280 ctx.glCullFace(-1); in cull_face()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def182 glCullFace
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java170 public void glCullFace(int mode) { in glCullFace() method in GLErrorLogger.ErrorLoggingGL
171 ((GL10)mGL).glCullFace(mode); in glCullFace()
/external/deqp/doc/
DGLES2 Negative API Functions.txt203 o glCullFace (GLenum mode);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp77 void glCullFace (deUint32 mode);
/external/mesa3d/include/GLES2/
Dgl2.h501 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/external/mesa3d/include/GLES/
Dgl.h654 GL_API void GL_APIENTRY glCullFace (GLenum mode);

12