Home
last modified time | relevance | path

Searched defs:width (Results 3026 - 3050 of 4560) sorted by relevance

1...<<121122123124125126127128129130>>...183

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DTextureTest.cpp139 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 DTextureMultisampleTest.cpp773 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 DBlitFramebufferANGLETest.cpp2443 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 DWebGLFramebufferTest.cpp111 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 DDrawCallPerf.cpp104 constexpr size_t width = 2; in CreateSimpleTexture2D() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp551 EGLint width = 0; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL3.cpp237 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 DSkSwizzler.cpp19 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 DSkBmpCodec.cpp228 int width, height; in ReadHeader() local
[all...]
/third_party/skia/src/core/
H A DSkMipmap.cpp587 int width = src.width(); in Build() local
710 int width = std::max(1, baseWidth >> (level + 1)); ComputeLevelSize() local
[all...]
H A DSkFont.cpp176 SkScalar width = 0; in measureText() local
H A DSkAAClip.cpp46 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 DSkBlurMask.cpp371 ComputeBlurredScanline(uint8_t *pixels, const uint8_t *profile, unsigned int width, SkScalar sigma) ComputeBlurredScanline() argument
[all...]
H A DSkDevice.h81 int width() const { in width() function in SkBaseDevice
H A DSkReadBuffer.cpp32 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() argument
H A DSkScan_Path.cpp132 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 DGrBackendSurface.cpp453 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 DGrAHardwareBufferUtils.cpp207 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 DGrSurfaceProxy.h129 int width() const { return this->dimensions().width(); } in width() function in GrSurfaceProxy
/third_party/skia/src/image/
H A DSkSurface.cpp37 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 DSampleFatBits.cpp100 void setWHZ(int width, int height, int zoom) { in setWHZ() argument
H A DSamplePatch.cpp324 static sk_sp<SkVertices> make_verts(const SkPath& path, SkScalar width) { in make_verts() argument
H A DSampleClip.cpp341 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 DGrGLGpu.h587 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 DSmallPathRenderer.cpp375 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...]

Completed in 31 milliseconds

1...<<121122123124125126127128129130>>...183