Home
last modified time | relevance | path

Searched defs:height (Results 1776 - 1800 of 2450) sorted by relevance

1...<<71727374757677787980>>...98

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_autogen.cpp1066 CaptureReadnPixels(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) CaptureReadnPixels() argument
1261 CaptureTexStorage3DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) CaptureTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp441 EGLint height = static_cast<EGLint>(attribs.get(EGL_HEIGHT, 0)); in createPbufferSurface() local
473 unsigned int height = 0; in validatePixmap() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp433 EGLint height = static_cast<EGLint>(attribs.get(EGL_HEIGHT, 0)); in createPbufferSurface() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp267 GLuint Utils::createAndFill2DTexture(deqp::Context& context, GLuint width, GLuint height, GLenum internal_format, in createAndFill2DTexture() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp706 comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned int pixel_size, unsigned char expected_red, unsigned char expected_green, unsigned char expected_blue, unsigned char expected_alpha) const comparePixel() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp401 const GLsizei height = 8; member
462 GLuint height; member
1508 drawTestImage(const glw::Functions& gl, GLuint texId, GLsizei width, GLsizei height) drawTestImage() argument
[all...]
H A DglcPixelStorageModesTests.cpp1243 int CompressedTexImageUtils::getImageSize (int width, int height, int depth) in getImageSize() argument
H A DglcTextureRepeatModeTests.cpp637 void TestClampModeForInternalFormat::clearTextures(GLenum target, GLsizei width, GLsizei height, GLin argument
535 TestClampModeForInternalFormat(deqp::Context& context, const std::string& name, GLenum internalFormat, GLenum clampMode, GLint lodLevel, GLsizei width, GLsizei height) TestClampModeForInternalFormat() argument
745 verifyClampToEdge(GLubyte* buf, GLsizei width_init, GLsizei height_init, GLsizei width, GLsizei height, GLenum internalformat) const verifyClampToEdge() argument
838 verifyRepeat(GLubyte* buf, GLsizei width, GLsizei height, GLenum internalformat) const verifyRepeat() argument
921 verifyMirroredRepeat(GLubyte* buf, GLsizei width, GLsizei height, GLenum internalformat) const verifyMirroredRepeat() argument
1125 verifyClampMode(GLubyte* buf, GLsizei width, GLsizei height, GLenum clampMode, GLenum internalformat) const verifyClampMode() argument
1352 GLsizei height; init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp839 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
850 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const deUint32 attachmentCount, const VkImageView* attachmentsArray, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc2371 const uint32_t height = token->AsUint32(); in ParseBufferInitializer() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp532 ValidateReadnPixels(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *data) ValidateReadnPixels() argument
615 ValidateTexStorage3DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp23 void createMockOutputImage(GLuint texture, GLenum internalFormat, GLint width, GLint height) in createMockOutputImage() argument
566 int width = 1, height = 1; in TEST_P() local
636 int width = 1, height = 1; in TEST_P() local
874 int width = 1, height = 1; TEST_P() local
[all...]
H A DUniformBufferTest.cpp1704 GLint height = getWindowHeight(); in TEST_P() local
H A DMultiviewDrawTest.cpp84 void updateFBOs(int viewWidth, int height, int numViews, int numLayers, int baseViewIndex) in updateFBOs() argument
126 void updateFBOs(int viewWidth, int height, int numViews) in updateFBOs() argument
19 ConvertPixelCoordinatesToClipSpace(const std::vector<Vector2I> &pixels, int width, int height) ConvertPixelCoordinatesToClipSpace() argument
H A DWebGLCompatibilityTest.cpp2699 GLsizei height = 8; in TEST_P() local
2344 FillTexture2D(GLuint texture, GLsizei width, GLsizei height, const T &onePixelData, GLint level, GLint internalFormat, GLenum format, GLenum type) FillTexture2D() argument
4076 GLsizei height = 8; TEST_P() local
4202 GLsizei height = 8; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp1164 EGL_PostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height) EGL_PostSubBufferNV() argument
H A Degl_ext_stubs.cpp234 PostSubBufferNV(Thread *thread, Display *display, Surface *eglSurface, EGLint x, EGLint y, EGLint width, EGLint height) PostSubBufferNV() argument
H A Dentry_points_gles_3_1_autogen.cpp1892 GL_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexStorage2DMultisample() argument
H A Dentry_points_gles_3_2_autogen.cpp1080 GL_ReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) GL_ReadnPixels() argument
1285 GL_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexStorage3DMultisample() argument
[all...]
/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp326 void SkWuffsFrameHolder::init(SkWuffsCodec* codec, int width, int height) { in init() argument
974 uint32_t height = imgcfg.pixcfg.height(); SkWuffsCodec_MakeFromStream() local
[all...]
/third_party/skia/src/core/
H A DSkDraw.cpp1053 clipped_out(const SkMatrix& matrix, const SkRasterClip& clip, int width, int height) clipped_out() argument
[all...]
H A DSkImageFilterTypes.h309 int32_t height() const { return fData.height(); } in height() function in skif::LayerSpace
327 SkScalar height() const { return fData.height(); } in height() function in skif::LayerSpace
360 int32_t height() const { return fData.height(); } in height() function in skif::LayerSpace
394 SkScalar height() const { return fData.height(); } in height() function in skif::LayerSpace
[all...]
H A DSkScalerContext.cpp173 int width, height; in GetGammaLUTData() local
149 GetGammaLUTSize(SkScalar contrast, SkScalar paintGamma, SkScalar deviceGamma, int* width, int* height) GetGammaLUTSize() argument
310 const int height = src.height(); pack4xHToMask() local
423 const int height = mask.fBounds.height(); packA8ToA1() local
663 int height = srcMask.fBounds.height(); getImage() local
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp131 SkIRect determine_clipped_src_rect(int width, int height, in determine_clipped_src_rect() argument
[all...]
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp499 MakeTextureFromCompressed(GrDirectContext* direct, sk_sp<SkData> data, int width, int height, CompressionType type, GrMipmapped mipMapped, GrProtected isProtected, sk_sp<SkColorSpace> colorSpace) MakeTextureFromCompressed() argument

Completed in 56 milliseconds

1...<<71727374757677787980>>...98