Home
last modified time | relevance | path

Searched defs:height (Results 1126 - 1150 of 2608) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp135 const glw::GLsizei height = 1; in iterate() local
479 const glw::GLsizei height = 1; iterate() local
622 const glw::GLsizei height = 4; iterate() local
783 const glw::GLsizei height = 1; iterate() local
939 const glw::GLsizei height = 1; iterate() local
1078 const glw::GLsizei height = 1; iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp117 bool GeometryShaderLayeredRenderingBoundaryCondition::comparePixels(glw::GLint width, glw::GLint height, in comparePixels() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp74 static int getAmountOfLevelsForTexture(int width, int height) in getAmountOfLevelsForTexture() argument
161 generateTestData(int n_layer, unsigned char* data, int width, int height) generateTestData() argument
[all...]
H A DesextcTextureCubeMapArrayStencilAttachments.cpp65 void CubeMapArrayDataStorage::init(const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, in init() argument
H A DesextcTextureCubeMapArraySubImage3D.cpp150 glw::GLuint height = resolutions[resolution_index][DL_HEIGHT]; in iterate() local
233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) configureDataBuffer() argument
313 configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLuint clear_value) configureCubeMapArrayTexture() argument
356 clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value) clearCubeMapArrayTexture() argument
432 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) checkResults() argument
465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testTexSubImage3D() argument
527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testCopyTexSubImage3D() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp52 GLsizei height; member
H A DglcShaderIntegerMixTests.cpp293 static const unsigned height = 8 * 8; member in deqp::ShaderIntegerMixRenderCase
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsVoteTests.cpp58 checkFragmentPipelineStages(std::vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentPipelineStages() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp119 int height = getWindowHeight(); in runIndexOutOfRangeTests() local
H A DDepthStencilTest.cpp119 const int height = getWindowHeight(); in ensureColor() local
H A DCopyTexture3DTest.cpp453 int height = getWindowHeight() - 1; in TEST_P() local
495 int height = getWindowHeight() - 1; in TEST_P() local
1210 int height = getWindowHeight() - 1; TEST_P() local
1251 int height = getWindowHeight() - 1; TEST_P() local
[all...]
H A DWebGLReadOutsideFramebufferTest.cpp20 PixelRect(int width, int height) : mWidth(width), mHeight(height), mData(width * height) {} in PixelRect() argument
317 void readTexture2D(GLuint target, GLuint texture, GLsizei width, GLsizei height, PixelRect *out) in readTexture2D() argument
327 void readTexture3D(GLuint texture, GLsizei width, GLsizei height, int zSlice, PixelRect *out) in readTexture3D() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLMultiContextTest.cpp91 createPbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint width, EGLint height, EGLSurface *surface) createPbufferSurface() argument
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp343 int height = mWindow->getHeight(); getSurfaceSize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DBootAnimationTest.cpp37 initTextureWithData(GLuint *texture, const void *data, GLint width, GLint height, unsigned int channels) initTextureWithData() argument
/third_party/skia/src/codec/
H A DSkFrameHolder.h101 void setXYWH(int x, int y, int width, int height) { in setXYWH() argument
113 int height() const { return fRect.height(); } in height() function in SkFrame
H A DSkBmpRLECodec.cpp281 int height = info.height(); in decodeRows() local
340 const int height = dstInfo.height(); decodeRLE() local
[all...]
/third_party/skia/src/core/
H A DSkLatticeIter.cpp26 bool SkLatticeIter::Valid(int width, int height, const SkCanvas::Lattice& lattice) { in Valid() argument
209 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) { in Valid() argument
H A DSkBlitter_Sprite.cpp44 void SkSpriteBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument
H A DSkSpecialImage.cpp142 static bool rect_fits(const SkIRect& rect, int width, int height) { in rect_fits() argument
[all...]
H A DSkPixmap.cpp444 const int height = this->height(); computeIsOpaque() local
[all...]
H A DSkScan_AAAPath.cpp252 void MaskAdditiveBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument
266 blitRect(int x, int y, int width, int height) blitRect() argument
277 blitAntiRect(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha) blitAntiRect() argument
[all...]
H A DSkRRect.cpp235 double height = (double)fRect.fBottom - (double)fRect.fTop; in scaleRadii() local
[all...]
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp101 int height = this->getInfo().height(); in makeView() local
H A DGrSurfaceProxy.cpp271 int height; in Copy() local
[all...]

Completed in 19 milliseconds

1...<<41424344454647484950>>...105