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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 27 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
31 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
527 GrGLenum check_alloc_error(const GrTextureDesc& desc, const GrGLInterface* interface) { function in namespace:__anon19186
531 return CHECK_ALLOC_ERROR(interface);
679 GrGLenum error = check_alloc_error(desc, this->glInterface());
780 GrGLenum error = check_alloc_error(desc, this->glInterface());
822 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));;
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 27 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
31 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
527 GrGLenum check_alloc_error(const GrTextureDesc& desc, const GrGLInterface* interface) { function in namespace:__anon34438
531 return CHECK_ALLOC_ERROR(interface);
679 GrGLenum error = check_alloc_error(desc, this->glInterface());
780 GrGLenum error = check_alloc_error(desc, this->glInterface());
822 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));;
    [all...]

Completed in 297 milliseconds