HomeSort by relevance Sort by last modified time
    Searched refs:GrGLInvalidateFramebufferProc (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 174 functions->fInvalidateFramebuffer = (GrGLInvalidateFramebufferProc) eglGetProcAddress("glInvalidateFramebuffer");
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLInterface.h 230 GLPtr<GrGLInvalidateFramebufferProc> fInvalidateFramebuffer;
GrGLFunctions.h 149 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInvalidateFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, const GrGLenum *attachments);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 232 functions->fInvalidateFramebuffer = (GrGLInvalidateFramebufferProc) eglGetProcAddress("glInvalidateFramebuffer");
  /external/skia/include/gpu/gl/
GrGLInterface.h 229 GLPtr<GrGLInvalidateFramebufferProc> fInvalidateFramebuffer;
GrGLFunctions.h 148 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInvalidateFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, const GrGLenum *attachments);

Completed in 60 milliseconds