HomeSort by relevance Sort by last modified time
    Searched defs:GrGLMakeNativeInterface (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; }
  /external/skqp/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; }
  /external/skia/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 235 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
239 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp 27 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
31 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp 29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
37 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 235 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
239 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp 27 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
31 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp 29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
37 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp 52 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
57 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp 56 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
61 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp 52 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
57 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp 56 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
61 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 65 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
90 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
  /external/skqp/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 65 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
90 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }

Completed in 77 milliseconds