HomeSort by relevance Sort by last modified time
    Searched refs:GrGLInterface (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 7 #include "gl/GrGLInterface.h"
21 static GrGLInterface* create_es_interface(GrGLVersion version,
27 GrGLInterface* interface = SkNEW(GrGLInterface);
29 GrGLInterface::Functions* functions = &interface->fFunctions;
248 static const GrGLInterface* create_desktop_interface() {
252 const GrGLInterface* GrGLCreateNativeInterface() {
264 GrGLInterface* interface = create_es_interface(version, &extensions);
SkNativeGLContext_android.cpp 54 const GrGLInterface* SkNativeGLContext::createGLContext() {
84 const GrGLInterface* interface = NULL;
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 54 const GrGLInterface* SkNativeGLContext::createGLContext() {
84 const GrGLInterface* interface = NULL;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 13 #include "third_party/skia/include/gpu/gl/GrGLInterface.h"
17 GrGLInterface* CreateCommandBufferSkiaGLBinding() {
18 GrGLInterface* interface = new GrGLInterface;
25 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 61 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.cpp 24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) {
26 // We haven't validated the GrGLInterface yet, so check for GetString
GrGLSL.cpp 12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
GrGLAssembleInterface.cpp 17 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) {
40 GrGLInterface* interface = SkNEW(GrGLInterface());
41 GrGLInterface::Functions* functions = &interface->fFunctions;
GrGLCaps.cpp 93 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
437 void GrGLCaps::initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
536 bool GrGLCaps::readPixelsSupported(const GrGLInterface* intf,
565 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 10 #include "gl/GrGLInterface.h"
23 const GrGLInterface* GrGLCreateANGLEInterface() {
36 GrGLInterface* interface = SkNEW(GrGLInterface);
39 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 9 #include "gl/GrGLInterface.h"
14 const GrGLInterface* GrGLCreateNativeInterface() {
15 GrGLInterface* interface = SkNEW(GrGLInterface);
17 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 61 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
  /external/skia/src/gpu/gl/
GrGLContext.cpp 24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) {
26 // We haven't validated the GrGLInterface yet, so check for GetString
GrGLSL.cpp 12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
GrGLAssembleInterface.cpp 17 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) {
40 GrGLInterface* interface = SkNEW(GrGLInterface());
41 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 10 #include "gl/GrGLInterface.h"
23 const GrGLInterface* GrGLCreateANGLEInterface() {
36 GrGLInterface* interface = SkNEW(GrGLInterface);
39 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 9 #include "gl/GrGLInterface.h"
14 const GrGLInterface* GrGLCreateNativeInterface() {
15 GrGLInterface* interface = SkNEW(GrGLInterface);
17 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 69 const GrGLInterface* SkNativeGLContext::createGLContext() {
274 const GrGLInterface* interface = GrGLCreateNativeInterface();
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 69 const GrGLInterface* SkNativeGLContext::createGLContext() {
274 const GrGLInterface* interface = GrGLCreateNativeInterface();
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 149 SkAutoTUnref<const GrGLInterface> glInterface(SkRef(glCtx.get()->gl()));
  /external/skia/include/gpu/
GrContextFactory.h 149 SkAutoTUnref<const GrGLInterface> glInterface(SkRef(glCtx.get()->gl()));
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 10 #include "gl/GrGLInterface.h"
781 struct GrDebugGLInterface : public GrGLInterface {
795 void setWrapped(GrGLInterface *interface) {
828 SkAutoTUnref<GrGLInterface> fWrapped;
830 typedef GrGLInterface INHERITED;
834 const GrGLInterface* GrGLCreateDebugInterface() {
835 GrGLInterface* interface = SkNEW(GrDebugGLInterface);
839 GrGLInterface::Functions* functions = &interface->fFunctions;
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 10 #include "gl/GrGLInterface.h"
781 struct GrDebugGLInterface : public GrGLInterface {
795 void setWrapped(GrGLInterface *interface) {
828 SkAutoTUnref<GrGLInterface> fWrapped;
830 typedef GrGLInterface INHERITED;
834 const GrGLInterface* GrGLCreateDebugInterface() {
835 GrGLInterface* interface = SkNEW(GrDebugGLInterface);
839 GrGLInterface::Functions* functions = &interface->fFunctions;
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 24 #include "gl/GrGLInterface.h"
489 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());
502 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());
528 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());
  /external/skia/src/views/win/
SkOSWindow_win.cpp 24 #include "gl/GrGLInterface.h"
489 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());
502 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());
528 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface());

Completed in 915 milliseconds

1 2 34 5 6