Home
last modified time | relevance | path

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

1234

/external/deqp/framework/egl/
DegluStaticES20Library.inl33 { "glCullFace", (deFunctionPtr)glCullFace },
DegluStaticES30Library.inl50 { "glCullFace", (deFunctionPtr)glCullFace },
DegluStaticES31Library.inl55 { "glCullFace", (deFunctionPtr)glCullFace },
DegluStaticES32Library.inl62 { "glCullFace", (deFunctionPtr)glCullFace },
/external/mesa3d/src/mapi/es1api/
DABI-check57 glCullFace
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def72 glCullFace = glCullFace@4
Dosmesa.def75 glCullFace
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds59 glCullFace;
DlibGLES_CM.def58 glCullFace @46
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def65 glCullFace = glCullFace@4
Dopengl32.def65 glCullFace
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp47 M(glCullFace) in egl_get_gl_proc()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp47 M(glCullFace) in egl_get_gl_proc()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp502 glCullFace(GL_BACK); in APIRenderStates()
524 glCullFace((GLenum)m_pAPI->eCullFaceMode); in APIRenderStates()
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp184 glCullFace(-1); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def30 glCullFace @28
DlibGLESv2.lds31 glCullFace;
/external/mesa3d/src/mapi/es2api/
DABI-check85 glCullFace
/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;
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp186 glCullFace(-1); in init()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp409 glCullFace(GL_BACK); in InitView()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp280 ctx.glCullFace(-1); in cull_face()

1234