Home
last modified time | relevance | path

Searched defs:surface (Results 451 - 475 of 904) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/skia/tests/
H A DPromiseImageTest.cpp157 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
247 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info); in DEF_GPUTEST() local
291 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
387 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DEncodeTest.cpp156 auto surface = SkSurface::MakeRaster(info); in DEF_TEST() local
H A DGrMipMappedTest.cpp70 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
296 sk_sp<SkSurface> surface; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
346 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DTextBlobCacheTest.cpp204 static SkBitmap draw_blob(SkTextBlob* blob, SkSurface* surface, SkPoint offset) { in draw_blob() argument
317 auto surface = SkSurface::MakeRenderTarget(direct, SkBudgeted::kNo, info); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
373 auto surface = SkSurface::MakeRenderTarget(direct, SkBudgeted::kNo, info); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp78 wgpu::Surface surface = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSwapChain.cpp57 ValidateSwapChainDescriptor(const DeviceBase* device, const Surface* surface, const SwapChainDescriptor* descriptor) ValidateSwapChainDescriptor() argument
270 NewSwapChainBase(DeviceBase* device, Surface* surface, const SwapChainDescriptor* descriptor) NewSwapChainBase() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp37 explicit ScopedIOSurfaceRef(IOSurfaceRef surface) : mSurface(surface) { in ScopedIOSurfaceRef() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp89 ResultOrError<VkSurfaceKHR> CreateVulkanSurface(Adapter* adapter, Surface* surface) { in CreateVulkanSurface() argument
217 Create(Device* device, Surface* surface, NewSwapChainBase* previousSwapChain, const SwapChainDescriptor* descriptor) Create() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.cpp135 Create(Device* device, Surface* surface, NewSwapChainBase* previousSwapChain, const SwapChainDescriptor* descriptor) Create() argument
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp110 static sk_sp<SkData> encode_snapshot(const sk_sp<SkSurface>& surface) { in encode_snapshot() argument
273 auto surface = SkSurface::MakeRenderTarget(direct.get(), SkBudgeted::kNo, info); in main() local
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp531 SkSurface* surface = fSurfaces[backbuffer->fImageIndex].get(); in getBackbufferSurface() local
544 SkSurface* surface = fSurfaces[backbuffer->fImageIndex].get(); in swapBuffers() local
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp252 Java_org_skia_viewer_ViewerActivity_onSurfaceCreated( JNIEnv* env, jobject activity, jlong handle, jobject surface) Java_org_skia_viewer_ViewerActivity_onSurfaceCreated() argument
260 Java_org_skia_viewer_ViewerActivity_onSurfaceChanged( JNIEnv* env, jobject activity, jlong handle, jobject surface) Java_org_skia_viewer_ViewerActivity_onSurfaceChanged() argument
/third_party/skia/tools/skiaserve/
H A DRequest.cpp163 SkSurface* surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info).release(); in createGPUSurface() local
179 SkSurface* surface = this->createGPUSurface(); in enableGPU() local
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp150 void ImGuiLayer::onPaint(SkSurface* surface) { in onPaint() argument
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp77 auto surface = SkSurface::MakeRasterN32Premul(FLAGS_width, FLAGS_height); in Make() local
87 PNGSink(sk_sp<SkSurface> surface, const SkMatrix& scale_matrix) in PNGSink() argument
151 auto surface = SkSurface::MakeRasterN32Premul(FLAGS_width, FLAGS_height); in Make() local
161 NullSink(sk_sp<SkSurface> surface, const SkMatrix& scale_matrix) NullSink() argument
[all...]
/third_party/skia/gm/
H A Dasyncrescaleandread.cpp197 auto surface = canvas->makeSurface(surfInfo); in do_rescale_image_grid() local
281 auto surface = canvas->getSurface(); DEF_SIMPLE_GM_CAN_FAIL() local
329 auto surface = canvas->makeSurface(surfaceII); DEF_SIMPLE_GM_CAN_FAIL() local
[all...]
H A Drasterhandleallocator.cpp63 sk_sp<SkSurface> surface = SkSurface::MakeRaster(info); variable
H A Druntimeintrinsics.cpp68 auto surface = canvas->makeSurface(info); in draw_shader() local
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java37 private native void onSurfaceCreated(long handle, Surface surface); in onSurfaceCreated() argument
38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() argument
/third_party/skia/modules/androidkit/src/
H A DSurface.cpp55 ThreadedSurface::ThreadedSurface(JNIEnv* env, jobject surface) in ThreadedSurface() argument
166 static jlong Surface_CreateThreadedSurface(JNIEnv* env, jobject, jobject surface) { in Surface_CreateThreadedSurface() argument
216 auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetNativeCanvas() local
229 const auto* surface = reinterpret_cast<Surface*>(native_surface); Surface_GetWidth() local
234 const auto* surface = reinterpret_cast<Surface*>(native_surface); Surface_GetHeight() local
[all...]
/third_party/skia/bench/
H A DCompositingImagesBench.cpp221 auto surface = canvas->getSurface(); variable
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp82 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor() argument
H A Des3fTextureSwizzleTests.cpp65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA) in swizzle() argument
/third_party/vk-gl-cts/framework/egl/
H A DegluCallLogWrapper.cpp211 eglw::EGLSurface surface; member in eglu::EGLSurfaceFmt
215 inline EGLSurfaceFmt getEGLSurfaceStr (eglw::EGLSurface surface) { return EGLSurfaceFmt(surface); } in getEGLSurfaceStr() argument
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...37