Home
last modified time | relevance | path

Searched defs:width (Results 2976 - 3000 of 7160) sorted by relevance

1...<<111112113114115116117118119120>>...287

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureConversionTests.cpp57 int width; member
164 tcu::PixelBufferAccess errorMask (mapVkFormat(m_outFormat), width, height, 1, errorMaskData.get()); in verifyPixels() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp141 const auto width = m_params.dimensions.width; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp278 EGLint SwapChain9::swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in swapRect() argument
H A DRenderer9.h562 int width; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp233 EGLAttrib width = attribs.get(EGL_WIDTH); in validateAttributes() local
139 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h43 int32_t width; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow.cpp244 createSwapChain(ID3D11Device *device, IDXGIFactory2 *factory, DXGI_FORMAT format, unsigned int width, unsigned int height, bool containsAlpha, IDXGISwapChain1 **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.cpp42 void SurfaceImpl::setFixedWidth(EGLint width) in setFixedWidth() argument
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp77 SampleApplication(std::string name, int argc, char **argv, EGLint glesMajorVersion, EGLint glesMinorVersion, uint32_t width, uint32_t height) SampleApplication() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp69 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp172 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
284 getWindowDimensions(Window window, unsigned int *width, unsigned int *height) const getWindowDimensions() argument
H A DPixmapSurfaceGLX.cpp151 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp139 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
H A DD3DTextureSurfaceWGL.cpp27 GetD3D11TextureInfo(EGLenum buftype, ID3D11Texture2D *texture11, size_t *width, size_t *height, const angle::Format **angleFormat, IUnknown **object, IUnknown **device) GetD3D11TextureInfo() argument
101 GetD3D9TextureInfo(EGLenum buftype, IDirect3DTexture9 *texture9, size_t *width, size_t *height, const angle::Format **angleFormat, IUnknown **object, IUnknown **device) GetD3D9TextureInfo() argument
179 GetD3DTextureInfo(EGLenum buftype, EGLClientBuffer clientBuffer, ID3D11Device *d3d11Device, size_t *width, size_t *height, const angle::Format **angleFormat, IUnknown **object, IUnknown **device) GetD3DTextureInfo() argument
378 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp275 const int width = rt.getWidth(); in verify() local
H A Dgl4cShaderDrawParametersTests.cpp305 const int width = rt.getWidth(); in verify() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp65 glw::GLenum width; member
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp136 const glw::GLsizei width = 1; in iterate() local
488 const glw::GLsizei width = 1; iterate() local
625 const glw::GLsizei width = 4; iterate() local
793 const glw::GLsizei width = 1; iterate() local
943 const glw::GLsizei width = 1; iterate() local
1082 const glw::GLsizei width = 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 void TextureCubeMapArrayGenerateMipMapFilterable::generateTestData(int n_layer, unsigned char* data, int width, in 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.cpp149 glw::GLuint width = resolutions[resolution_index][DL_WIDTH]; 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.cpp51 GLsizei width; member
H A DglcShaderIntegerMixTests.cpp292 static const unsigned width = 8 * 8; member in deqp::ShaderIntegerMixRenderCase
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp48 checkVertexPipelineStages(std::vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument

Completed in 20 milliseconds

1...<<111112113114115116117118119120>>...287