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

1 2 3 4 5 6 7 8 910

  /frameworks/rs/driver/
rsdProgramRaster.cpp 39 RSD_CALL_GL(glCullFace, GL_BACK);
43 RSD_CALL_GL(glCullFace, GL_FRONT);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 38 {"glCullFace", (void*)glCullFace},
gl2_client_context.h 38 glCullFace_client_proc_t glCullFace;
gl2_client_context.cpp 40 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 69 {"glCullFace", (void*)glCullFace},
gl_client_context.h 69 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/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 33 gl->cullFace = &glCullFace;
glwInitES30Direct.inl 50 gl->cullFace = &glCullFace;
glwInitES31Direct.inl 55 gl->cullFace = &glCullFace;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 61 } else if (0 == strcmp("glCullFace", name)) {
62 return (GrGLFuncPtr) glCullFace;
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
186 glCullFace(-1);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 329 glCullFace(GL_BACK);
332 glCullFace(GL_FRONT);
335 glCullFace(GL_FRONT_AND_BACK);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 186 ctx.glCullFace(-1);
395 {cull_face, "cull_face", "Invalid glCullFace() usage" },
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 589 &glCullFace,
  /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/libs/GLES_trace/proto/
gltrace.proto 88 glCullFace = 60;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 21 void glCullFace ( GLenum mode )
GLES20.spec 28 void glCullFace ( GLenum mode )
  /frameworks/base/libs/hwui/tests/
nullgles.cpp 178 void glCullFace(GLenum mode) {}

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 910