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

  /external/skia/tools/gpu/
GrContextFactory.cpp 61 if (context.fTestContext) {
62 restore = context.fTestContext->makeCurrentAndAutoRestore();
69 delete context.fTestContext;
82 if (context.fTestContext) {
83 auto restore = context.fTestContext->makeCurrentAndAutoRestore();
84 context.fTestContext->testAbandon();
85 delete(context.fTestContext);
86 context.fTestContext = nullptr;
103 if (context.fTestContext) {
104 restore = context.fTestContext->makeCurrentAndAutoRestore()
    [all...]
GrContextFactory.h 160 TestContext* fTestContext;
182 TestContext* testContext() const { return fTestContext; }
186 return static_cast<GLTestContext*>(fTestContext);
194 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {}
198 TestContext* fTestContext = nullptr;
  /external/skqp/tools/gpu/
GrContextFactory.cpp 61 if (context.fTestContext) {
62 restore = context.fTestContext->makeCurrentAndAutoRestore();
69 delete context.fTestContext;
82 if (context.fTestContext) {
83 auto restore = context.fTestContext->makeCurrentAndAutoRestore();
84 context.fTestContext->testAbandon();
85 delete(context.fTestContext);
86 context.fTestContext = nullptr;
103 if (context.fTestContext) {
104 restore = context.fTestContext->makeCurrentAndAutoRestore()
    [all...]
GrContextFactory.h 160 TestContext* fTestContext;
182 TestContext* testContext() const { return fTestContext; }
186 return static_cast<GLTestContext*>(fTestContext);
194 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {}
198 TestContext* fTestContext = nullptr;
  /external/skqp/tests/
GpuSampleLocationsTest.cpp 166 GLTestSampleLocationsInterface() : fTestContext(sk_gpu_test::CreateDebugGLTestContext()) {
167 fStandard = fTestContext->gl()->fStandard;
168 fExtensions = fTestContext->gl()->fExtensions;
169 fFunctions = fTestContext->gl()->fFunctions;
177 fTestContext->gl()->fFunctions.fGetIntegerv(pname, params);
197 std::unique_ptr<sk_gpu_test::GLTestContext> fTestContext;
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 

Completed in 728 milliseconds