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

1 2 3

  /external/chromium_org/third_party/angle/samples/angle/simple_texture_cubemap/
SimpleTextureCubemap.cpp 75 glCullFace(GL_BACK);
  /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);
  /external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
PostSubBuffer.cpp 89 glCullFace(GL_BACK);
  /external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/
SimpleVertexShader.cpp 76 glCullFace(GL_BACK);
  /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 31 { "glCullFace", (deFunctionPtr)glCullFace },
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 59 } else if (0 == strcmp("glCullFace", name)) {
60 return (GrGLFuncPtr) glCullFace;
253 } else if (0 == strcmp("glCullFace", name)) {
254 return (GrGLFuncPtr) glCullFace;
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 31 gl->cullFace = &glCullFace;
glwInitES30Direct.inl 31 gl->cullFace = &glCullFace;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 46 functions->fCullFace = glCullFace;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 43 #define glCullFace GLES2_GET_FUN(CullFace)
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
186 glCullFace(-1);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 354 glCullFace(cull_face_mode_);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 589 &glCullFace,
  /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);
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 221 glCullFace(cull_mode);
326 glCullFace(cull_mode);
    [all...]

Completed in 1261 milliseconds

1 2 3