Home
last modified time | relevance | path

Searched defs:height (Results 2101 - 2125 of 2483) sorted by relevance

1...<<81828384858687888990>>...100

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp233 QuadGrid::QuadGrid(int gridSize, int width, int height, const Vec4& constCoords, in QuadGrid() argument
496 int height = viewportSize.y(); in iterate() local
666 int height = result.getHeight(); in render() local
711 int height in computeVertexReference() local
802 int height = result.getHeight(); computeFragmentReference() local
[all...]
H A DglcViewportArrayTests.cpp740 void Utils::texture::create(GLuint width, GLuint height, GLenum internal_format) in create() argument
767 void Utils::texture::create(GLuint width, GLuint height, GLuin argument
192 attachTexture(glw::GLenum attachment, glw::GLuint texture_id, glw::GLuint width, glw::GLuint height) attachTexture() argument
893 update(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, glw::GLvoid* data) update() argument
2815 static GLuint height = m_height / 4; checkRegionR32I() local
2832 checkRegionR32I(GLuint x, GLuint y, GLuint width, GLuint height, GLint expected_value, GLint* data) checkRegionR32I() argument
3138 GLint height = m_height / 4; setup4x4Scissor() local
3203 GLfloat height = (GLfloat)(m_height / 4); setup4x4Viewport() local
3261 GLfloat height = (GLfloat)(m_height / 2); setup2x2Viewport() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1890 makeFragmentFrameBufferTest(Context& context, Format format, SSBOData* extraDatas, deUint32 extraDatasCount, bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 height, deUint32 subgroupSize)) makeFragmentFrameBufferTest() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp908 AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment, glw::GLuint texture_id, glw::GLuint width, glw::GLuint height) AttachTexture() argument
1335 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1439 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1490 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth) Storage() argument
1531 SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels) SubImage() argument
2810 static const GLuint height = 8; iterate() local
3427 static const GLuint height = 16; iterate() local
3615 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, iterate() local
3668 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, iterate() local
[all...]
H A Dgl4cComputeShaderTests.cpp304 bool ValidateReadBufferCenteredQuad(int width, int height, const vec3& expected) in ValidateReadBufferCenteredQuad() argument
360 int height = 100; in ValidateWindow4Quads() local
[all...]
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8059 glw::GLuint height; in iterate() member
8124 PrepareRenderbuffer(StorageTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height) PrepareRenderbuffer() argument
8214 Check(StorageTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height) Check() argument
8474 glw::GLuint height; iterate() member
8547 PrepareRenderbuffer(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height, glw::GLsizei samples) PrepareRenderbuffer() argument
8651 Blit(glw::GLuint width, glw::GLuint height) Blit() argument
8696 Check(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height) Check() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp269 int height; member in xe::ri::Image
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc305 const auto height = render_pipeline.pipeline->GetFramebufferHeight(); in MapDeviceTextureToHostBuffer() local
146 MakeTexture(const ::dawn::Device& device, ::dawn::TextureFormat format, uint32_t width, uint32_t height, ::dawn::Texture* result_ptr) MakeTexture() argument
175 MakeDawnTexture(const ::dawn::Device& device, ::dawn::TextureFormat format, uint32_t width, uint32_t height) MakeDawnTexture() argument
1514 const uint32_t height = render_pipeline->pipeline->GetFramebufferHeight(); AttachBuffersAndTextures() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp464 CopyImageCHROMIUM(const uint8_t *sourceData, size_t sourceRowPitch, size_t sourcePixelBytes, size_t sourceDepthPitch, PixelReadFunction pixelReadFunction, uint8_t *destData, size_t destRowPitch, size_t destPixelBytes, size_t destDepthPitch, PixelWriteFunction pixelWriteFunction, GLenum destUnsizedFormat, GLenum destComponentType, size_t width, size_t height, size_t depth, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) CopyImageCHROMIUM() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp1034 ValidateTexStorage2DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) ValidateTexStorage2DMultisample() argument
1053 ValidateTexStorageMem2DMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem2DMultisampleEXT() argument
2997 ValidateTexStorage3DMultisampleOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLenum sizedinternalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisampleOES() argument
3036 ValidateTexStorageMem3DMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem3DMultisampleEXT() argument
H A DvalidationES1.cpp668 ValidateDrawTexCommon(const Context *context, angle::EntryPoint entryPoint, float width, float height) ValidateDrawTexCommon() argument
1634 ValidateDrawTexfOES(const Context *context, angle::EntryPoint entryPoint, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) ValidateDrawTexfOES() argument
1652 ValidateDrawTexiOES(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLint z, GLint width, GLint height) ValidateDrawTexiOES() argument
1670 ValidateDrawTexsOES(const Context *context, angle::EntryPoint entryPoint, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) ValidateDrawTexsOES() argument
1690 ValidateDrawTexxOES(const Context *context, angle::EntryPoint entryPoint, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) ValidateDrawTexxOES() argument
2042 ValidateRenderbufferStorageOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp849 eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height) eglPostSubBufferNV() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp710 uint32_t height = mSurfaceCaps.currentExtent.height; in initializeImpl() local
118 InitImageHelper(DisplayVk *displayVk, EGLint width, EGLint height, const vk::Format &vkFormat, GLint samples, bool isRobustResourceInitEnabled, bool hasProtectedContent, vk::ImageHelper *imageHelper) InitImageHelper() argument
296 initialize(DisplayVk *displayVk, EGLint width, EGLint height, const vk::Format &vkFormat, GLint samples, bool isRobustResourceInitEnabled, bool hasProtectedContent) initialize() argument
1556 EGLint height = getHeight(); present() local
1778 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp565 GL_CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage2D() argument
604 GL_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage2D() argument
644 GL_CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) GL_CopyTexImage2D() argument
682 GL_CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) GL_CopyTexSubImage2D() argument
2536 GL_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) GL_ReadPixels() argument
2592 GL_RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) GL_RenderbufferStorage() argument
2647 GL_Scissor(GLint x, GLint y, GLsizei width, GLsizei height) GL_Scissor() argument
2885 GL_TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage2D() argument
3031 GL_TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TexSubImage2D() argument
3841 GL_Viewport(GLint x, GLint y, GLsizei width, GLsizei height) GL_Viewport() argument
[all...]
H A Dentry_points_gles_3_0_autogen.cpp382 GL_CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage3D() argument
423 GL_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage3D() argument
504 GL_CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) GL_CopyTexSubImage3D() argument
1750 GL_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) GL_InvalidateSubFramebuffer() argument
2082 GL_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) GL_RenderbufferStorageMultisample() argument
2243 GL_TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage3D() argument
2285 GL_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) GL_TexStorage2D() argument
2314 GL_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) GL_TexStorage3D() argument
2349 GL_TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TexSubImage3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp247 void KHRONOS_APIENTRY ViewportMinimizedProc(GLint x, GLint y, GLsizei width, GLsizei height) in ViewportMinimizedProc() argument
252 void KHRONOS_APIENTRY ScissorMinimizedProc(GLint x, GLint y, GLsizei width, GLsizei height) in ScissorMinimizedProc() argument
218 InvalidateSubFramebufferProc(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) InvalidateSubFramebufferProc() argument
369 TexImage2DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) TexImage2DMinimizedProc() argument
392 TexSubImage2DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) TexSubImage2DMinimizedProc() argument
407 TexImage3DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) TexImage3DMinimizedProc() argument
432 TexSubImage3DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) TexSubImage3DMinimizedProc() argument
471 ReadPixelsMinimizedProc(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) ReadPixelsMinimizedProc() argument
1750 onReplayInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) onReplayInvalidateSubFramebuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp1907 constexpr int height = 8; in TEST_P() local
158 UncompressDXTIntoSubRegion(int width, int height, int subX0, int subY0, int subWidth, int subHeight, const std::vector<uint8_t> &data, GLenum format) UncompressDXTIntoSubRegion() argument
[all...]
H A DFramebufferTest.cpp1687 void validateSamplePass(GLuint &query, GLuint &passedCount, GLint width, GLint height) in validateSamplePass() argument
2719 GLuint height = 2; TEST_P() local
3695 FillTexture2D(GLuint texture, GLsizei width, GLsizei height, const T &onePixelData, GLint level, GLint internalFormat, GLenum format, GLenum type) FillTexture2D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp293 glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage2D() argument
306 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2D() argument
320 glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) glCopyTexImage2D() argument
332 glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage2D() argument
649 glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixels() argument
680 glScissor(GLint x, GLint y, GLsizei width, GLsizei height) glScissor() argument
730 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2D() argument
764 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2D() argument
787 glViewport(GLint x, GLint y, GLsizei width, GLsizei height) glViewport() argument
793 glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) glDrawTexfOES() argument
803 glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) glDrawTexiOES() argument
813 glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) glDrawTexsOES() argument
823 glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) glDrawTexxOES() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp626 calculate_distance_field_data(PathSegmentArray* segments, DFData* dataPtr, int width, int height) calculate_distance_field_data() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1060 int height = tex->height(); onRegenerateMipMapLevels() local
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp362 uint32_t height = rect.height(); in uploadTextureData() local
603 uint32_t width = srcRect.width(), height = srcRect.height(); onCopySurface() local
[all...]
/third_party/skia/src/core/
H A DSkCanvas.cpp427 SkCanvas::SkCanvas(int width, int height, const SkSurfaceProps* props) in SkCanvas() argument
[all...]
H A DSkMatrix.cpp1810 void SkRSXform::toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const { in toQuad() argument
1834 toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const toTriStrip() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1978 int height = extent.height; resolveDepth() local
2009 int height = extent.height; resolveStencil() local
2146 int height = extent.height; fastResolve() local
[all...]

Completed in 69 milliseconds

1...<<81828384858687888990>>...100