Home
last modified time | relevance | path

Searched defs:height (Results 2401 - 2425 of 4067) sorted by relevance

1...<<919293949596979899100>>...163

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp587 int height = sourceArea.height; copyFromRTInternal() local
[all...]
H A Drenderer9_utils.cpp793 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height) in ComputeBlockSize() argument
H A Dformatutils9.cpp52 UnreachableLoad(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) UnreachableLoad() argument
H A DStateManager9.cpp535 void StateManager9::setRenderTargetBounds(size_t width, size_t height) in setRenderTargetBounds() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp165 bool DisplayGbm::Buffer::resize(int32_t width, int32_t height) in resize() argument
236 bool DisplayGbm::Buffer::initialize(int width, int height) in initialize() argument
818 EGLAttrib height = attribs.get(EGL_HEIGHT, 0); createPbufferSurface() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_params.cpp369 CaptureReadnPixels_data(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data, ParamCapture *dataParam) CaptureReadnPixels_data() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRenderbuffer.cpp79 update(GLsizei width, GLsizei height, const Format &format, GLsizei samples, MultisamplingMode multisamplingMode, InitState initState) update() argument
134 setStorage(const Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument
152 setStorageMultisample(const Context *context, GLsizei samplesIn, GLenum internalformat, GLsizei width, GLsizei height, MultisamplingMode mode) setStorageMultisample() argument
H A DvalidationGL3.cpp237 ValidateTexImage2DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) ValidateTexImage2DMultisample() argument
249 ValidateTexImage3DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexImage3DMultisample() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp1057 GLint height; in writeDataToTexture() local
1156 GLint height; in verifyTextureData() local
1629 GLint height; UncommittedDepthStencil() local
1687 prepareDepthStencilFramebuffer(const Functions& gl, GLint width, GLint height) prepareDepthStencilFramebuffer() argument
1750 GLint height; verifyTextureDataExtended() local
2008 GLint height; verifyAtomicOperations() local
2152 verifyStencilTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyStencilTest() argument
2197 verifyDepthTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyDepthTest() argument
2241 verifyDepthBoundsTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyDepthBoundsTest() argument
2760 GLint height; writeDataToTexture() local
2866 GLint height; verifyLookupTextureData() local
[all...]
H A Dgl4cSparseTextureTests.cpp152 getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint& width, GLint& height, GLint& depth) getTextureLevelSize() argument
225 Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, GLuint width, GLuint height, GLuint depth) Storage() argument
286 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
1397 GLint height = pageSizeY * (int)pow(2, levels - 1); verifyTexStorageFullArrayCubeMipmapsError() local
1457 GLint height = pageSizeY; verifyTexStorageInvalidValueErrors() local
1771 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument
1912 GLint height; writeDataToTexture() local
1958 GLint height; verifyTextureData() local
2079 GLint height; commitTexturePage() local
2105 GLint height; isInPageSizesRange() local
2132 GLint height; isPageSizesMultiplication() local
2422 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp108 void fillData(T* data, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, T base) in fillData() argument
139 bool checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, in checkResults() argument
271 configureTexture(glcts::Context& context, glw::GLuint* id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLenum internalFormat, glw::GLenum format, glw::GLenum type, const T* data) configureTexture() argument
566 glw::GLuint height = m_resolutions[res_index][DL_HEIGHT]; iterate() local
725 runShaders(glw::GLuint width, glw::GLuint height, glw::GLuint depth) runShaders() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp304 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight; in getTestRunsForAOSPEGL() local
350 const int height in getTestRunsForAOSPES() local
245 getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId, const int width, const int height, const int seed) getLogFileName() argument
259 getBaseOptions(std::vector<std::string>& args, const char* mustpassDir, const char* apiName, const char* configName, const char* screenRotation, int width, int height) getBaseOptions() argument
383 const int height = runParams[i].surfaceHeight; getTestRunsForNoContext() local
420 const int height = runParams[i].surfaceHeight; getTestRunsForSingleConfig() local
467 const int height = runParams[runNdx].surfaceHeight; getTestRunsForES() local
515 const int height = runParams[i].surfaceHeight; getTestRunsForESForGL() local
555 const int height = runParams[runNdx].surfaceHeight; getTestRunsForGL() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp87 void TestContext::texImage2D(GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, in texImage2D() argument
94 texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* data) texImage2D() argument
102 texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data) texImage3D() argument
111 renderbufferStorage(GLuint rboId, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height) renderbufferStorage() argument
121 renderbufferStorageMultisample(GLuint rboId, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height) renderbufferStorageMultisample() argument
[all...]
H A DglcShaderLibraryCase.cpp274 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc319 auto height = att.buffer->GetHeight(); in ValidateGraphics() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc733 Initialize(uint32_t width, uint32_t height, CommandPool* pool) Initialize() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp242 GLsizei height = 4; in testDrawingAndReadPixels() local
264 GLsizei height = 4; in testDrawingAndReadPixels() local
H A DEGLSurfaceTest.cpp503 EGLint height; in TEST_P() local
550 EGLint height in TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DTextureTest.cpp139 createD3D11PBuffer(size_t width, size_t height, UINT sampleCount, UINT sampleQuality, UINT bindFlags, DXGI_FORMAT format, const EGLint *attribs) createD3D11PBuffer() argument
167 createD3D11PBuffer(size_t width, size_t height, EGLint eglTextureFormat, EGLint eglTextureTarget, UINT sampleCount, UINT sampleQuality, UINT bindFlags, DXGI_FORMAT format) createD3D11PBuffer() argument
184 createPBuffer(size_t width, size_t height, EGLint eglTextureFormat, EGLint eglTextureTarget, UINT sampleCount, UINT sampleQuality) createPBuffer() argument
H A DTextureMultisampleTest.cpp773 GLint width = 0, height = 0, depth = 0, samples = 0; in TEST_P() local
196 texStorageMultisample(GLenum target, GLint samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) texStorageMultisample() argument
H A DBlitFramebufferANGLETest.cpp2444 GLint height = 8; in TEST_P() local
1211 initColorFBO(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBO() argument
1224 initColorFBOWithCheckerPattern(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBOWithCheckerPattern() argument
2637 const GLsizei height = fboIndex == 0 ? kLargeHeight : kSmallHeight; TEST_P() local
[all...]
H A DWebGLFramebufferTest.cpp112 constexpr int height = 64; in TEST_P() local
151 testAttachment(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLenum attachment, GLRenderbuffer *buffer, GLbitfield allowedStatuses) testAttachment() argument
194 testColorRenderbuffer(GLint width, GLint height, GLenum internalformat, GLbitfield allowedStatuses) testColorRenderbuffer() argument
224 testDepthStencilDepthStencil(GLint width, GLint height) testDepthStencilDepthStencil() argument
325 testDepthStencilRenderbuffer(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLbitfield allowedStatuses) testDepthStencilRenderbuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp105 constexpr size_t height = 2; in CreateSimpleTexture2D() local
/third_party/skia/src/core/
H A DSkMipmap.cpp588 int height = src.height(); in Build() local
711 int height = std::max(1, baseHeight >> (level + 1)); ComputeLevelSize() local
[all...]
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() argument
453 GrBackendTexture(int width, int height, const GrDawnTextureInfo& dawnInfo) GrBackendTexture() argument
498 GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) GrBackendTexture() argument
513 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrGLTextureInfo glInfo, sk_sp<GrGLTextureParameters> params) GrBackendTexture() argument
535 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrMtlTextureInfo& mtlInfo) GrBackendTexture() argument
549 GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) GrBackendTexture() argument
555 GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendTexture() argument
569 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrGLTextureInfo& glInfo) GrBackendTexture() argument
579 GrBackendTexture(int width, int height, GrMipmapped mipmapped, const GrMockTextureInfo& mockInfo) GrBackendTexture() argument
918 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrDawnRenderTargetInfo& dawnInfo) GrBackendRenderTarget() argument
942 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo) GrBackendRenderTarget() argument
948 GrBackendRenderTarget(int width, int height, const GrVkImageInfo& vkInfo) GrBackendRenderTarget() argument
959 GrBackendRenderTarget(int width, int height, const GrVkImageInfo& vkInfo, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) GrBackendRenderTarget() argument
974 GrBackendRenderTarget(int width, int height, const GrMtlTextureInfo& mtlInfo) GrBackendRenderTarget() argument
984 GrBackendRenderTarget(int width, int height, int sampleCount, const GrMtlTextureInfo& mtlInfo) GrBackendRenderTarget() argument
993 GrBackendRenderTarget(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) GrBackendRenderTarget() argument
1000 GrBackendRenderTarget(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendRenderTarget() argument
1013 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrGLFramebufferInfo& glInfo) GrBackendRenderTarget() argument
1028 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrMockRenderTargetInfo& mockInfo) GrBackendRenderTarget() argument
[all...]

Completed in 36 milliseconds

1...<<919293949596979899100>>...163