Home
last modified time | relevance | path

Searched defs:height (Results 501 - 525 of 2302) sorted by relevance

1...<<21222324252627282930>>...93

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
H A DNativeWindow11Win32.cpp55 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp23 PbufferSurfaceCGL(const egl::SurfaceState &state, RendererGL *renderer, EGLint width, EGLint height) PbufferSurfaceCGL() argument
73 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DPbufferSurfaceEAGL.cpp25 PbufferSurfaceEAGL(const egl::SurfaceState &state, RendererGL *renderer, EGLint width, EGLint height) PbufferSurfaceEAGL() argument
75 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp47 int height = std::max(1, static_cast<int>(mHeight)); in initialize() local
18 PbufferSurfaceGLX(const egl::SurfaceState &state, EGLint width, EGLint height, bool largest, const FunctionsGLX &glx, glx::FBConfig fbConfig) PbufferSurfaceGLX() argument
77 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp19 PbufferSurfaceWGL(const egl::SurfaceState &state, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, bool largest, int pixelFormat, HDC deviceContext, const FunctionsWGL *functions) PbufferSurfaceWGL() argument
135 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp51 GLint height; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.hpp74 deUint32 height; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp502 verifyResult(const unsigned char* result_image, unsigned int width, unsigned int height, unsigned int pixel_size) const verifyResult() argument
550 verifyResult(const unsigned char* result_image, unsigned int width, unsigned int height, unsigned int pixel_size) const verifyResult() argument
616 verifyResult(const unsigned char* result_image, unsigned int width, unsigned int height, unsigned int pixel_size) const verifyResult() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Damber.h68 uint32_t height; member
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc130 uint32_t height; in LoadPngToBuffer() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc29 FrameBuffer( Device* device, const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, amber::Pipeline::BufferInfo depth_stencil_attachment, const std::vector<const amber::Pipeline::BufferInfo*>& resolve_targets, uint32_t width, uint32_t height) FrameBuffer() argument
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dgralloc1.h61 int32_t height; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp39 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSwizzleTest.cpp117 init2DCompressedTexture(GLenum internalFormat, GLsizei width, GLsizei height, GLsizei dataSize, const GLubyte *data) init2DCompressedTexture() argument
H A DFramebufferMultiviewTest.cpp73 initializeFBOs(int width, int height, int numLayers, int baseViewIndex, int numViews, int numColorAttachments, bool stencil, bool depth) initializeFBOs() argument
/third_party/skia/samplecode/
H A DSample.h46 SkScalar height() const { return fHeight; } in height() function in Sample
50 void setHeight(SkScalar height) { this->setSize(fWidth, height); } in setHeight() argument
/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp75 uint64_t width, height; in read_header() local
/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp211 makePromiseTexture( const GrBackendFormat& backendFormat, int width, int height, GrMipmapped mipMapped, GrSurfaceOrigin origin, SkColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, PromiseImageTextureFulfillProc textureFulfillProc, PromiseImageTextureReleaseProc textureReleaseProc, PromiseImageTextureContext textureContext) makePromiseTexture() argument
H A DSkDrawShadowInfo.h53 inline SkScalar AmbientBlurRadius(SkScalar height) { in AmbientBlurRadius() argument
57 inline SkScalar AmbientRecipAlpha(SkScalar height) { in AmbientRecipAlpha() argument
H A DSkImageInfo.cpp74 SkImageInfo SkImageInfo::MakeS32(int width, int height, SkAlphaType at) { in MakeS32() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrRect.h44 int height() const { return fBottom - fTop; } in height() function
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp117 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* locator) addToAtlas() argument
/third_party/skia/src/gpu/
H A DGrSurface.h35 int height() const { return fDimensions.height(); } in height() function in GrSurface
H A DGrSurfaceProxyView.h45 int height() const { return this->proxy()->height(); } in height() function in GrSurfaceProxyView
/third_party/skia/src/opts/
H A DSkBlitMask_opts.h45 D32_A8_Opaque_Color_neon(void* SK_RESTRICT dst, size_t dstRB, const void* SK_RESTRICT maskPtr, size_t maskRB, SkColor color, int width, int height) D32_A8_Opaque_Color_neon() argument
122 blit_mask_d32_a8_black(SkPMColor* dst, size_t dstRB, const SkAlpha* maskPtr, size_t maskRB, int width, int height) blit_mask_d32_a8_black() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...93