| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampSamplingTexture.cpp | 64 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) TestConfiguration() argument 944 glw::GLuint height = m_test_configuration.get_height(); checkNearest() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArrayImageTextureSize.cpp | 160 glw::GLuint height = 0; in iterate() local 224 createCubeMapArrayTexture(glw::GLuint& texId, glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLboolean shadow) createCubeMapArrayTexture() argument 315 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument 446 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument 468 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument 1168 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument 1588 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument 1646 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcLayoutLocationTests.cpp | 66 std::vector<DATA_TYPE> generateData(std::size_t width, std::size_t height, std::size_t components) in generateData() argument
|
| H A D | glcRobustnessTests.cpp | 471 static const GLuint height = 8; in iterate() local 546 static const GLuint height = 8; in cleanTexture() local 572 static const GLuint height = 8; in verifyResults() local [all...] |
| H A D | glcTextureFilterAnisotropicTests.cpp | 110 void texImage(const Functions& gl, GLenum target, GLint level, GLenum internal_format, GLuint width, GLuint height, in texImage() argument 143 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height, in subImage() argument 394 GLint height = rt.getHeight(); in init() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsBasicTests.cpp | 47 checkFragmentSubgroupBarriersNoSSBO(std::vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentSubgroupBarriersNoSSBO() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | buffer.h | 112 void SetHeight(uint32_t height) { height_ = height; } in SetHeight() argument
|
| H A D | verifier.cc | 416 uint32_t height = 1; in Probe() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | engine_vulkan.cc | 474 float height = command->GetHeight(); in DoDrawRect() local 539 float height = command->GetHeight(); in DoDrawGrid() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| H A D | HardwareBufferImageSiblingVkAndroid.cpp | 174 int height = 0; in ValidateHardwareBuffer() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | RenderbufferVk.cpp | 41 setStorageImpl(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageImpl() argument 138 setStorage(const gl::Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument 149 setStorageMultisample(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageMultisample() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLIOSurfaceClientBufferTest.cpp | 77 int height; member 123 CreateSinglePlaneIOSurface(int width, int height, int32_t format, int bytesPerElement) CreateSinglePlaneIOSurface() argument 170 createIOSurfacePbuffer(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer) const createIOSurfacePbuffer() argument 197 bindIOSurfaceToTexture(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLTexture *texture) const bindIOSurfaceToTexture() argument 215 doClearTest(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, const GLColor &data) doClearTest() argument 228 doClearTest(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, const std::array<T, dataSize> &data) doClearTest() argument 296 doSampleTest(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, void *data, size_t dataSize, int mask) doSampleTest() argument 370 doBlitTest(bool ioSurfaceIsSource, int width, int height) doBlitTest() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MipmapTest.cpp | 231 std::vector<GLubyte> createRGBInitData(GLint width, GLint height, GLint r, GLint g, GLint b) in createRGBInitData() argument 702 uint32_t height = getWindowHeight(); in TEST_P() local 734 uint32_t height = getWindowHeight(); in TEST_P() local [all...] |
| H A D | BufferDataTest.cpp | 416 const uint32_t height = 4; in TEST_P() local 491 const uint32_t height = 4; in TEST_P() local
|
| H A D | BlendFuncExtendedTest.cpp | 67 CheckPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, const angle::GLColor &color) CheckPixels() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkIcoCodec.cpp | 76 int height; in MakeFromStream() member 121 int height = static_cast<int>(get_byte(entryBuffer, 1)); in MakeFromStream() local 262 int height = dimensions.height(); onGetScaledDimensions() local [all...] |
| H A D | SkWebpCodec.cpp | 77 const int height = WebPDemuxGetI(demux, WEBP_FF_CANVAS_HEIGHT); in MakeFromStream() local [all...] |
| H A D | SkBmpStandardCodec.cpp | 220 const int height = dstInfo.height(); in decodeRows() local [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrDrawOpAtlas.cpp | 58 Make(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum, EvictionCallback* evictor) Make() argument 90 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, int offX, int offY, int width, int height, GrColorType colorType) Plot() argument 124 addSubImage( int width, int height, const void* image, AtlasLocator* atlasLocator) addSubImage() argument 214 GrDrawOpAtlas(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum) GrDrawOpAtlas() argument 285 uploadToPage(unsigned int pageIdx, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) uploadToPage() argument 314 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) addToAtlas() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrMatrixConvolutionEffect.cpp | 364 int height = d->fRandom->nextRangeU(1, kMaxTestKernelSize / width); in TestCreate() local [all...] |
| /third_party/skia/src/image/ |
| H A D | SkImage_Raster.cpp | 310 MakeRasterFromCompressed(sk_sp<SkData> data, int width, int height, CompressionType type) MakeRasterFromCompressed() argument
|
| /third_party/skia/src/gpu/text/ |
| H A D | GrAtlasManager.cpp | 62 const int height = glyph.height(); local 38 expand_bits(INT_TYPE* dst, const uint8_t* src, int width, int height, int dstRowBytes, int srcRowBytes) expand_bits() argument 159 const int height = skGlyph.height() + 2*padding; global() local 190 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrMaskFormat format, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* atlasLocator) global() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkBlitter.cpp | 111 void SkBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument 125 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() argument 135 blitAntiRect(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha) blitAntiRect() argument 205 int height = clip.height(); blitMask() local 264 int height = clip.height(); blitMask() local 313 blitV(int x, int y, int height, SkAlpha alpha) blitV() argument 315 blitRect(int x, int y, int width, int height) blitRect() argument [all...] |
| H A D | SkDistanceFieldGen.cpp | 156 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances() argument 345 generate_distance_field_from_image(unsigned char* distanceField, const unsigned char* copyPtr, int width, int height) generate_distance_field_from_image() argument 470 SkGenerateDistanceFieldFromA8Image(unsigned char* distanceField, const unsigned char* image, int width, int height, size_t rowBytes) SkGenerateDistanceFieldFromA8Image() argument 528 SkGenerateDistanceFieldFromBWImage(unsigned char* distanceField, const unsigned char* image, int width, int height, size_t rowBytes) SkGenerateDistanceFieldFromBWImage() argument [all...] |
| H A D | SkRasterPipelineBlitter.cpp | 429 void SkRasterPipelineBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument
|