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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
  /external/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 27 const GrGLInterface* gl = gpuGL->glInterface();
GrGLVertexArray.cpp 12 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X);
25 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(index));
37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
GrGLTexture.cpp 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
25 fTexIDObj.reset(SkNEW_ARGS(GrGLTexID, (GPUGL->glInterface(),
GrGLPath.cpp 14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
15 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(GPUGL->glInterface(), R, X)
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
84 GR_GL_CALL_RET(gpu->glInterface(),
GrGpuGL.h 33 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
320 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
348 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
362 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
GrGLCreateNullInterface.cpp 264 static SkAutoTUnref<GrGLInterface> glInterface;
265 if (!glInterface.get()) {
267 glInterface.reset(interface);
393 glInterface.get()->ref();
394 return glInterface.get();
GrGpuGL.cpp 20 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
21 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
245 !this->glCaps().readPixelsSupported(this->glInterface(),
680 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface());
684 GL_ALLOC_CALL(this->glInterface(),
693 GL_ALLOC_CALL(this->glInterface(),
702 GL_ALLOC_CALL(this->glInterface(),
712 GrGLenum error = check_alloc_error(desc, this->glInterface());
    [all...]
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 27 const GrGLInterface* gl = gpuGL->glInterface();
GrGLVertexArray.cpp 12 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X);
25 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(index));
37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
GrGLTexture.cpp 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
25 fTexIDObj.reset(SkNEW_ARGS(GrGLTexID, (GPUGL->glInterface(),
GrGLPath.cpp 14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
15 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(GPUGL->glInterface(), R, X)
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
84 GR_GL_CALL_RET(gpu->glInterface(),
GrGpuGL.h 33 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
320 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
348 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
362 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
GrGLCreateNullInterface.cpp 264 static SkAutoTUnref<GrGLInterface> glInterface;
265 if (!glInterface.get()) {
267 glInterface.reset(interface);
393 glInterface.get()->ref();
394 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
157 glInterface.get()->ref();
158 return glInterface.get();
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
157 glInterface.get()->ref();
158 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 47 static SkAutoTUnref<GrGLInterface> glInterface;
48 if (!glInterface.get()) {
55 glInterface.reset(interface);
60 glInterface.reset(NULL);
239 glInterface.get()->ref();
240 return glInterface.get();
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 47 static SkAutoTUnref<GrGLInterface> glInterface;
48 if (!glInterface.get()) {
55 glInterface.reset(interface);
60 glInterface.reset(NULL);
239 glInterface.get()->ref();
240 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 20 static SkAutoTUnref<GrGLInterface> glInterface;
21 if (!glInterface.get()) {
27 glInterface.reset(interface);
167 glInterface.get()->ref();
168 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
150 glInterface.get()->ref();
151 return glInterface.get();
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 20 static SkAutoTUnref<GrGLInterface> glInterface;
21 if (!glInterface.get()) {
27 glInterface.reset(interface);
167 glInterface.get()->ref();
168 return glInterface.get();
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
150 glInterface.get()->ref();
151 return glInterface.get();

Completed in 374 milliseconds

1 2