HomeSort by relevance Sort by last modified time
    Searched refs:glCullFace (Results 1 - 25 of 244) 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);
  /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;
247 virtual glCullFace_client_proc_t set_glCullFace(glCullFace_client_proc_t f) { glCullFace_client_proc_t retval = glCullFace; glCullFace = f; return retval;}
    [all...]
  /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},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 79 {"glCullFace", (void *)glCullFace},
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 181 ES2F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
184 glCullFace(-1);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 82 LOAD_GL_FUNC(glCullFace);
GLDispatch.h 59 void (GLAPIENTRY *glCullFace) (GLenum mode);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 31 { "glCullFace", (deFunctionPtr)glCullFace },
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 31 gl->cullFace = &glCullFace;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 45 functions->fCullFace = glCullFace;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 38 functions->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 38 functions->fCullFace = glCullFace;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 43 #define glCullFace GLES2_GET_FUN(CullFace)
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 51 functions->fCullFace = glCullFace;
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
186 glCullFace(-1);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 51 functions->fCullFace = glCullFace;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 82 glCullFace_t glCullFace;
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 351 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,

Completed in 1135 milliseconds

1 2 3 4 5 6 7 8 910