| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_wgl.cpp | 159 egl::Surface *surface = nullptr; in wglCreateContext() local 264 egl::Surface *surface = display->getWGLSurface(); in wglMakeCurrent() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLContextCompatibilityTest.cpp | 319 void testClearSurface(EGLSurface surface, EGLConfig surfaceConfig, EGLContext context) const in testClearSurface() argument 349 void testMakeCurrentFails(EGLSurface surface, EGLContext context) const in testMakeCurrentFails() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_autogen.cpp | 176 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface() argument 47 EGL_CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) EGL_CopyBuffers() argument 375 EGL_QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) EGL_QuerySurface() argument 397 EGL_SwapBuffers(EGLDisplay dpy, EGLSurface surface) EGL_SwapBuffers() argument 453 EGL_BindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) EGL_BindTexImage() argument 470 EGL_ReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) EGL_ReleaseTexImage() argument 487 EGL_SurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) EGL_SurfaceAttrib() argument [all...] |
| H A D | egl_stubs.cpp | 170 Surface *surface = nullptr; in CreatePbufferFromClientBuffer() local 187 Surface *surface = nullptr; in CreatePbufferSurface() local 202 Surface *surface = nullptr; in CreatePixmapSurface() local 219 Surface *surface in CreatePlatformPixmapSurface() local 237 Surface *surface = nullptr; CreatePlatformWindowSurface() local 269 Surface *surface = nullptr; CreateWindowSurface() local [all...] |
| /third_party/skia/src/image/ |
| H A D | SkSurface_Gpu.cpp | 57 static GrRenderTarget* prepare_rt_for_external_access(SkSurface_Gpu* surface, in prepare_rt_for_external_access() argument 689 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(dContext, backendTexture, MakeFromAHardwareBuffer() local [all...] |
| H A D | SkSurface.cpp | 162 static SkSurface_Base* asSB(SkSurface* surface) { in asSB() argument 166 static const SkSurface_Base* asConstSB(const SkSurface* surface) { in asConstSB() argument
|
| /third_party/skia/samplecode/ |
| H A D | SampleFatBits.cpp | 45 static void erase(SkSurface* surface) { in erase() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Device.cpp | 857 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() argument 882 bool Device::validRectangle(const sw::RectF *rect, sw::Surface *surface) in validRectangle() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Sampler.cpp | 115 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ReadPixelsTest.cpp | 325 static void test_readpixels(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface, in test_readpixels() argument
|
| H A D | GradientTest.cpp | 494 sk_sp<SkSurface> surface = SkSurface::MakeRaster(SkImageInfo::Make(100, 100, test_linear_fuzzer() local 551 sk_sp<SkSurface> surface = SkSurface::MakeRasterN32Premul(100, 100); test_sweep_fuzzer() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| H A D | vulkan_command_buffer_utils.h | 147 VkSurfaceKHR surface; member
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | helper-cairo.hh | 55 cairo_surface_t *surface; in _cairo_eps_surface_create_for_stream() local 190 cairo_surface_t *surface; member 218 cairo_surface_t *surface; in _cairo_ansi_surface_create_for_stream() local 351 cairo_surface_t *surface; _cairo_png_surface_create_for_stream() local 530 cairo_surface_t *surface; helper_cairo_create_context() local [all...] |
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 110 void drawTo(SkSurface* surface, int32_t index) { in drawTo() argument 131 void draw(SkSurface* surface) { in draw() argument 216 std::string jsonCommandList(sk_sp<SkSurface> surface) { in jsonCommandList() argument 334 findCommandByPixel(SkSurface* surface, int x, int y, int commandIndex) findCommandByPixel() argument 360 evaluateCommandColor(SkSurface* surface, int command, int x, int y) evaluateCommandColor() argument [all...] |
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | Canvas.java | 153 Canvas(Surface surface, long native_instance) { in Canvas() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderHelperInvocationTests.cpp | 543 static bool hasNeighborWithColor (const tcu::Surface& surface, int x, int y, tcu::RGBA color, tcu::RGBA threshold) in hasNeighborWithColor() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| H A D | vktWsiFullScreenExclusiveTests.cpp | 258 getBasicSwapchainParameters(Type wsiType, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceFormatKHR surfaceFormat, const tcu::UVec2& desiredSize, deUint32 desiredImageCount) getBasicSwapchainParameters() argument [all...] |
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluGLContextFactory.cpp | 239 EGLSurface surface = EGL_NO_SURFACE; in createWindow() local 262 EGLSurface surface = EGL_NO_SURFACE; in createPixmap() local 284 EGLSurface surface; in createPBuffer() local [all...] |
| /third_party/vk-gl-cts/framework/platform/ohos/display/ |
| H A D | tcuOhosNativeDisplay.cpp | 78 eglw::EGLBoolean OhosLibrary::bindTexImage(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer) const in bindTexImage() argument 98 eglw::EGLBoolean OhosLibrary::copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() argument 263 eglw::EGLBoolean OhosLibrary::lockSurfaceKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, const eglw::EGLint *attrib_list) const in lockSurfaceKHR() argument 288 eglw::EGLBoolean OhosLibrary::querySurface(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint *value) const in querySurface() argument 293 releaseTexImage(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer) const releaseTexImage() argument 303 setDamageRegionKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const setDamageRegionKHR() argument 313 surfaceAttrib(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value) const surfaceAttrib() argument 323 swapBuffersWithDamageKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const swapBuffersWithDamageKHR() argument [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglCreateContextExtTests.cpp | 951 void CreateContextExtCase::executeForSurface (EGLConfig config, EGLSurface surface) in executeForSurface() argument [all...] |
| H A D | teglGLES2SharingTests.cpp | 147 void GLES2SharingTest::makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface) in makeCurrent() argument
|
| H A D | teglImageUtil.cpp | 107 const EGLSurface surface = egl.createPbufferSurface(dpy, config, attribs); in createSurface() local 118 const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NULL); in createSurface() local 127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL); in createSurface() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/ |
| H A D | cast_stream_player.cpp | 1349 bool CastStreamPlayer::SetVideoSurface(sptr<Surface> surface) in SetVideoSurface() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/ |
| H A D | cast_stream_player.cpp | 1349 bool CastStreamPlayer::SetVideoSurface(sptr<Surface> surface) in SetVideoSurface() argument
|