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

1 2

  /external/junit/src/main/java/junit/framework/
JUnit4TestAdapterCache.java 15 private static final JUnit4TestAdapterCache fInstance = new JUnit4TestAdapterCache();
18 return fInstance;
  /external/skia/tests/
GrMemoryPoolTest.cpp 173 A* fInstance;
205 rec->fInstance = A::Create(&r);
207 rec->fInstance->setValues(rec->fValue);
211 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
212 delete rec.fInstance;
218 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
224 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
225 delete rec.fInstance;
  /external/skia/include/gpu/vk/
GrVkBackendContext.h 39 VkInstance fInstance;
  /external/skia/src/gpu/instanced/
InstancedOp.h 51 Instance fInstance;
57 Instance& getSingleInstance() const { return this->getSingleDraw().fInstance; }
GLInstancedRendering.cpp 171 glMappedInstances[glInstancesIdx + instanceCount++] = draw->fInstance;
InstancedOp.cpp 135 isMixedSamples, caps, &this->getSingleDraw().fInstance.fColor);
  /external/skia/include/views/
SkOSWindow_Win.h 25 HINSTANCE fInstance;
  /external/skia/src/gpu/vk/
GrVkBackendContext.cpp 310 ctx->fInstance = inst;
332 fInterface->fFunctions.fDestroyInstance(fInstance, nullptr);
333 fInstance = VK_NULL_HANDLE;
GrVkGpu.cpp 122 backendCtx->fInstance, &callbackCreateInfo, nullptr, &fCallback));
212 VK_CALL(DestroyDebugReportCallbackEXT(fBackendContext->fInstance, fCallback, nullptr));
    [all...]
  /external/skia/src/views/win/
skia_win.cpp 93 winInit.fInstance = hInstance;
SkOSWindow_win.cpp 55 fWinInit.fInstance, NULL);
740 fWinInit.fInstance,
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 57 VkInstance instance = fBackendContext->fInstance;
411 fDestroySurfaceKHR(fBackendContext->fInstance, fSurface, nullptr);
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 62 VkInstance instance = mBackendContext->fInstance;
285 mDestroySurfaceKHR(mBackendContext->fInstance, surface->mVkSurface, nullptr);
527 VkResult res = mCreateAndroidSurfaceKHR(mBackendContext->fInstance, &surfaceCreateInfo,
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 481 milliseconds

1 2