| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Image9.cpp | 587 int height = sourceArea.height; copyFromRTInternal() local [all...] |
| H A D | renderer9_utils.cpp | 793 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height) in ComputeBlockSize() argument
|
| H A D | formatutils9.cpp | 52 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 D | StateManager9.cpp | 535 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 D | DisplayGbm.cpp | 165 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 D | capture_gles_3_2_params.cpp | 369 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 D | Renderbuffer.cpp | 79 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 D | validationGL3.cpp | 237 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 D | gl4cSparseTexture2Tests.cpp | 1057 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 D | gl4cSparseTextureTests.cpp | 152 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 D | esextcTextureCubeMapArrayImageOperations.cpp | 108 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 D | glcTestRunner.cpp | 304 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 D | glcFramebufferCompleteness.cpp | 87 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 D | glcShaderLibraryCase.cpp | 274 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute() local
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline.cc | 319 auto height = att.buffer->GetHeight(); in ValidateGraphics() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | graphics_pipeline.cc | 733 Initialize(uint32_t width, uint32_t height, CommandPool* pool) Initialize() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLPreRotationTest.cpp | 242 GLsizei height = 4; in testDrawingAndReadPixels() local 264 GLsizei height = 4; in testDrawingAndReadPixels() local
|
| H A D | EGLSurfaceTest.cpp | 503 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 D | D3DTextureTest.cpp | 139 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 D | TextureMultisampleTest.cpp | 773 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 D | BlitFramebufferANGLETest.cpp | 2444 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 D | WebGLFramebufferTest.cpp | 112 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 D | DrawCallPerf.cpp | 105 constexpr size_t height = 2; in CreateSimpleTexture2D() local
|
| /third_party/skia/src/core/ |
| H A D | SkMipmap.cpp | 588 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 D | GrBackendSurface.cpp | 466 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...] |