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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_SymbolDict.h 34 const std::vector<JBig2ArithCtx>& GrContext() const { return m_grContext; }
39 void SetGrContext(const std::vector<JBig2ArithCtx>& grContext) {
40 m_grContext = grContext;
  /external/skia/include/gpu/
GrContext.h 47 class SK_API GrContext : public GrRecordingContext {
50 * Creates a GrContext for a backend context. If no GrGLInterface is provided then the result of
53 static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>, const GrContextOptions&);
54 static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>);
55 static sk_sp<GrContext> MakeGL(const GrContextOptions&);
56 static sk_sp<GrContext> MakeGL();
58 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
59 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&);
63 * Makes a GrContext which uses Metal as the backend. The device parameter is an MTLDevice
66 * GrContext is destroyed
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 8 #include "GrContext.h"
48 GrContext::GrContext(GrBackendApi backend, const GrContextOptions& options, int32_t contextID)
54 GrContext::~GrContext() {
64 bool GrContext::init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) {
100 sk_sp<GrContextThreadSafeProxy> GrContext::threadSafeProxy() {
106 void GrContext::abandonContext() {
126 void GrContext::releaseResourcesAndAbandonContext() {
145 void GrContext::resetGLTextureBindings()
    [all...]
  /external/skqp/include/gpu/
GrContext.h 54 class SK_API GrContext : public GrRecordingContext {
57 * Creates a GrContext for a backend context. If no GrGLInterface is provided then the result of
60 static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>, const GrContextOptions&);
61 static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>);
62 static sk_sp<GrContext> MakeGL(const GrContextOptions&);
63 static sk_sp<GrContext> MakeGL();
65 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
66 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&);
70 * Makes a GrContext which uses Metal as the backend. The device parameter is an MTLDevice
73 * GrContext is destroyed
    [all...]
  /external/skqp/src/gpu/
GrContext.cpp 8 #include "GrContext.h"
62 GrContext::GrContext(GrBackendApi backend, int32_t id)
70 bool GrContext::initCommon(const GrContextOptions& options) {
147 GrContext::~GrContext() {
159 sk_sp<GrContextThreadSafeProxy> GrContext::threadSafeProxy() {
165 void GrContext::abandonContext() {
185 bool GrContext::abandoned() const {
187 // If called from ~GrContext(), the drawing manager may already be gone
    [all...]

Completed in 1407 milliseconds