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

  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 105 ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName);
114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName)
116 , m_ctxInfo (ctxInfo)
142 const glu::ContextInfo& ctxInfo;
146 , ctxInfo (parent->getContext().getContextInfo())
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 156 sk_gpu_test::ContextInfo ctxInfo = factory->getContextInfo(
163 if (ctxInfo.grContext()) {
164 sk_gpu_test::ContextInfo child1 = factory->getSharedContextInfo(ctxInfo.grContext(), 0);
165 sk_gpu_test::ContextInfo child2 = factory->getSharedContextInfo(ctxInfo.grContext(), 1);
170 surface_semaphore_test(reporter, ctxInfo, child1, child2);
ImageTest.cpp 187 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageEncode_Gpu, reporter, ctxInfo) {
188 test_encode(reporter, create_gpu_image(ctxInfo.grContext()).get());
387 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(c, reporter, ctxInfo) {
389 sk_sp<SkImage> image(create_gpu_image(ctxInfo.grContext()));
632 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageReadPixels_Gpu, reporter, ctxInfo) {
633 image_test_read_pixels(reporter, create_gpu_image(ctxInfo.grContext()).get());
698 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageLegacyBitmap_Gpu, reporter, ctxInfo) {
704 sk_sp<SkImage> image(create_gpu_image(ctxInfo.grContext()));
746 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImagePeek_Gpu, reporter, ctxInfo) {
747 sk_sp<SkImage> image(create_gpu_image(ctxInfo.grContext()))
    [all...]
  /external/skia/tools/skpbench/
skpbench.cpp 281 sk_gpu_test::ContextInfo ctxInfo =
283 GrContext* ctx = ctxInfo.grContext();
300 sk_gpu_test::TestContext* testCtx = ctxInfo.testContext();
  /external/skia/dm/
DM.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 48 const GrGLContextInfo& ctxInfo() const { return *fGLContext; }

Completed in 467 milliseconds