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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/driver/
rsdProgramRaster.cpp 39 RSD_CALL_GL(glCullFace, GL_BACK);
43 RSD_CALL_GL(glCullFace, GL_FRONT);
  /external/mesa3d/src/mapi/es1api/
ABI-check 39 glCullFace
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 69 {"glCullFace", (void*)glCullFace},
gl_client_context.h 71 glCullFace_client_proc_t glCullFace;
gl_client_context.cpp 71 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 79 {"glCullFace", (void *)glCullFace},
gles_dispatch.h 82 glCullFace_t glCullFace;
354 glCullFace_t set_glCullFace(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; return retval;}
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 181 ES2F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
184 glCullFace(-1);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 33 { "glCullFace", (deFunctionPtr)glCullFace },
egluStaticES30Library.inl 50 { "glCullFace", (deFunctionPtr)glCullFace },
  /external/mesa3d/src/mapi/es2api/
ABI-check 54 glCullFace
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 33 gl->cullFace = &glCullFace;
glwInitES30Direct.inl 50 gl->cullFace = &glCullFace;
glwInitES31Direct.inl 55 gl->cullFace = &glCullFace;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 502 glCullFace(GL_BACK);
524 glCullFace((GLenum)m_pAPI->eCullFaceMode);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 38 {"glCullFace", (void*)glCullFace},
gl2_client_context.h 40 glCullFace_client_proc_t glCullFace;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 63 } else if (0 == strcmp("glCullFace", name)) {
64 return (GrGLFuncPtr) glCullFace;
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
186 glCullFace(-1);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 409 glCullFace(GL_BACK);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 172 public void glCullFace(int mode) {
173 mgl.glCullFace(mode);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 21 void glCullFace ( GLenum mode )
GLES20.spec 28 void glCullFace ( GLenum mode )
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 280 ctx.glCullFace(-1);
493 {cull_face, "cull_face", "Invalid glCullFace() usage" },
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 668 &glCullFace,

Completed in 207 milliseconds

1 2 3 4 5 6 7 8 91011>>