| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | TextureStorage9.cpp | 421 int height = size; in TextureStorage9_Cube() local 127 TextureStorage9_2D(Renderer9 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels, const std::string &label) TextureStorage9_2D() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | SurfaceD3D.cpp | 182 int height; in resetSwapChain() local 277 swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) swapRect() argument 365 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument 396 setFixedHeight(EGLint height) setFixedHeight() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
| H A D | CompositorNativeWindow11.cpp | 67 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/common/ |
| H A D | android_util.cpp | 62 int height; member 304 CreateEGLClientBufferFromAHardwareBuffer(int width, int height, int depth, int androidFormat, int usage) CreateEGLClientBufferFromAHardwareBuffer() argument 334 GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, int *width, int *height, int *depth, int *pixelFormat, uint64_t *usage) GetANativeWindowBufferProperties() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGetTextureSubImageTests.cpp | 982 glw::GLint height = 1; check() local [all...] |
| H A D | gl4cSparseTextureClampTests.cpp | 293 GLint height; in verifyLookupTextureData() local 716 GLint height; in writeDataToTexture() local 811 GLint height; verifyLookupTextureData() local 1038 GLint height; commitTexturePage() local 1062 GLint height; isInPageSizesRange() local 1087 GLint height; isPageSizesMultiplication() local [all...] |
| /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...] |
| /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...] |