/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3DTextureTest.cpp | 139 EGLSurface createD3D11PBuffer(size_t width, in createD3D11PBuffer() argument 167 EGLSurface createD3D11PBuffer(size_t width, in createD3D11PBuffer() argument 184 EGLSurface createPBuffer(size_t width, in createPBuffer() argument
|
H A D | TextureMultisampleTest.cpp | 773 GLint width = 0, height = 0, depth = 0, samples = 0; in TEST_P() local 196 texStorageMultisample(GLenum target, GLint samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) texStorageMultisample() argument
|
H A D | BlitFramebufferANGLETest.cpp | 2443 GLint width = 8; in TEST_P() local 1211 initColorFBO(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBO() argument 1224 initColorFBOWithCheckerPattern(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBOWithCheckerPattern() argument 2636 const GLsizei width = fboIndex == 0 ? kLargeWidth : kSmallWidth; TEST_P() local [all...] |
H A D | WebGLFramebufferTest.cpp | 111 constexpr int width = 64; in TEST_P() local 151 void testAttachment(GLint width, in testAttachment() argument 194 void testColorRenderbuffer(GLint width, in testColorRenderbuffer() argument 224 testDepthStencilDepthStencil(GLint width, GLint height) testDepthStencilDepthStencil() argument 325 testDepthStencilRenderbuffer(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLbitfield allowedStatuses) testDepthStencilRenderbuffer() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 104 constexpr size_t width = 2; in CreateSimpleTexture2D() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 551 EGLint width = 0; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL3.cpp | 237 ValidateTexImage2DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) ValidateTexImage2DMultisample() argument 249 ValidateTexImage3DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexImage3DMultisample() argument
|
/third_party/skia/src/codec/ |
H A D | SkSwizzler.cpp | 19 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy() argument 28 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1() argument 38 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2() argument 48 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4() argument 58 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6() argument 69 sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) sample8() argument 286 fast_swizzle_gray_to_n32( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_gray_to_n32() argument 313 swizzle_grayalpha_to_n32_unpremul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_grayalpha_to_n32_unpremul() argument 325 fast_swizzle_grayalpha_to_n32_unpremul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_grayalpha_to_n32_unpremul() argument 338 swizzle_grayalpha_to_n32_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_grayalpha_to_n32_premul() argument 351 fast_swizzle_grayalpha_to_n32_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_grayalpha_to_n32_premul() argument 364 swizzle_grayalpha_to_a8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor[]) swizzle_grayalpha_to_a8() argument 414 fast_swizzle_rgb_to_rgba( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_rgb_to_rgba() argument 425 fast_swizzle_rgb_to_bgra( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_rgb_to_bgra() argument 474 fast_swizzle_rgba_to_rgba_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_rgba_to_rgba_premul() argument 485 fast_swizzle_rgba_to_bgra_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_rgba_to_bgra_premul() argument 509 fast_swizzle_rgba_to_bgra_unpremul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_rgba_to_bgra_unpremul() argument 522 swizzle_rgb16_to_rgba( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgb16_to_rgba() argument 537 swizzle_rgb16_to_bgra( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgb16_to_bgra() argument 552 swizzle_rgb16_to_565( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgb16_to_565() argument 567 swizzle_rgba16_to_rgba_unpremul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgba16_to_rgba_unpremul() argument 582 swizzle_rgba16_to_rgba_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgba16_to_rgba_premul() argument 597 swizzle_rgba16_to_bgra_unpremul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgba16_to_bgra_unpremul() argument 612 swizzle_rgba16_to_bgra_premul( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) swizzle_rgba16_to_bgra_premul() argument 704 fast_swizzle_cmyk_to_rgba( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_cmyk_to_rgba() argument 715 fast_swizzle_cmyk_to_bgra( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) fast_swizzle_cmyk_to_bgra() argument 743 SkipLeadingGrayAlphaZerosThen( void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) SkipLeadingGrayAlphaZerosThen() argument [all...] |
H A D | SkBmpCodec.cpp | 228 int width, height; in ReadHeader() local [all...] |
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 587 int width = src.width(); in Build() local 710 int width = std::max(1, baseWidth >> (level + 1)); ComputeLevelSize() local [all...] |
H A D | SkFont.cpp | 176 SkScalar width = 0; in measureText() local
|
H A D | SkAAClip.cpp | 46 static size_t compute_row_length(const uint8_t row[], int width) { in compute_row_length() argument 205 int width = bounds.width(); AllocRect() local 323 addRectRun(int x, int y, int width, int height) addRectRun() argument 336 addAntiRectRun(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha) addAntiRectRun() argument [all...] |
H A D | SkBlurMask.cpp | 371 ComputeBlurredScanline(uint8_t *pixels, const uint8_t *profile, unsigned int width, SkScalar sigma) ComputeBlurredScanline() argument [all...] |
H A D | SkDevice.h | 81 int width() const { in width() function in SkBaseDevice
|
H A D | SkReadBuffer.cpp | 32 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() argument
|
H A D | SkScan_Path.cpp | 132 int width = x - left; in walk_edges() local 173 int width = rightClip - left; in walk_edges() local [all...] |
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 453 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() argument 466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() argument 498 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() argument 513 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() argument 535 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() argument 549 GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) GrBackendTexture() argument 555 GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendTexture() argument 569 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrGLTextureInfo& glInfo) GrBackendTexture() argument 579 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrMockTextureInfo& mockInfo) GrBackendTexture() argument 918 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrDawnRenderTargetInfo& dawnInfo) GrBackendRenderTarget() argument 942 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo) GrBackendRenderTarget() argument 948 GrBackendRenderTarget(int width, int height, const GrVkImageInfo& vkInfo) GrBackendRenderTarget() argument 959 GrBackendRenderTarget(int width, int height, const GrVkImageInfo& vkInfo, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) GrBackendRenderTarget() argument 974 GrBackendRenderTarget(int width, int height, const GrMtlTextureInfo& mtlInfo) GrBackendRenderTarget() argument 984 GrBackendRenderTarget(int width, int height, int sampleCount, const GrMtlTextureInfo& mtlInfo) GrBackendRenderTarget() argument 993 GrBackendRenderTarget(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) GrBackendRenderTarget() argument 1000 GrBackendRenderTarget(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendRenderTarget() argument 1013 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrGLFramebufferInfo& glInfo) GrBackendRenderTarget() argument 1028 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrMockRenderTargetInfo& mockInfo) GrBackendRenderTarget() argument [all...] |
H A D | GrAHardwareBufferUtils.cpp | 207 make_gl_backend_texture( GrDirectContext* dContext, AHardwareBuffer* hardwareBuffer, int width, int height, DeleteImageProc* deleteProc, UpdateImageProc* updateProc, TexImageCtx* imageCtx, bool isProtectedContent, const GrBackendFormat& backendFormat, bool isRenderable) make_gl_backend_texture() argument 301 make_vk_backend_texture( GrDirectContext* dContext, AHardwareBuffer* hardwareBuffer, int width, int height, DeleteImageProc* deleteProc, UpdateImageProc* updateProc, TexImageCtx* imageCtx, bool isProtectedContent, const GrBackendFormat& backendFormat, bool isRenderable) make_vk_backend_texture() argument 535 MakeBackendTexture(GrDirectContext* dContext, AHardwareBuffer* hardwareBuffer, int width, int height, DeleteImageProc* deleteProc, UpdateImageProc* updateProc, TexImageCtx* imageCtx, bool isProtectedContent, const GrBackendFormat& backendFormat, bool isRenderable) MakeBackendTexture() argument
|
H A D | GrSurfaceProxy.h | 129 int width() const { return this->dimensions().width(); } in width() function in GrSurfaceProxy
|
/third_party/skia/src/image/ |
H A D | SkSurface.cpp | 37 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base() argument 172 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface() argument 230 sk_sp<SkSurface> SkSurface::makeSurface(int width, int height) { in makeSurface() argument 402 SkNullSurface(int width, int height) SkNullSurface() argument 417 MakeNull(int width, int height) MakeNull() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleFatBits.cpp | 100 void setWHZ(int width, int height, int zoom) { in setWHZ() argument
|
H A D | SamplePatch.cpp | 324 static sk_sp<SkVertices> make_verts(const SkPath& path, SkScalar width) { in make_verts() argument
|
H A D | SampleClip.cpp | 341 static void compute_half_planes(const SkMatrix& mx, SkScalar width, SkScalar height, in compute_half_planes() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 587 void set(GrSurfaceOrigin rtOrigin, int width, int height, in set() argument 595 bool knownEqualTo(GrSurfaceOrigin rtOrigin, int width, int height, in knownEqualTo() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 375 int width = devPathBounds.width() + 2 * kAntiAliasPad; in addDFPathToAtlas() local 321 addToAtlasWithRetry(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, int width, int height, const void* image, const SkRect& bounds, int srcInset, skgpu::v1::SmallPathShapeData* shapeData) const addToAtlasWithRetry() argument 471 int width = devPathBounds.width() + 2 * kAntiAliasPad; addBMPathToAtlas() local [all...] |