Home
last modified time | relevance | path

Searched defs:width (Results 4926 - 4950 of 6730) sorted by relevance

1...<<191192193194195196197198199200>>...270

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp582 float width = cell.z() / float(renderSize.x()); in generateVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp440 void setDynamicViewportState (const deUint32 width, const deUint32 height) in setDynamicViewportState() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp439 LayeredImageAccess (const VkFormat format, const deUint32 width, const deUint32 numLayers, const void* pData) in LayeredImageAccess() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp249 StorageImage2D::StorageImage2D (Context& context, VkFormat vkFormat, const int width, const int height, bool sparse) in StorageImage2D() argument
386 StorageBuffer2D::StorageBuffer2D (Context& context, const tcu::TextureFormat& format, deUint32 width, deUint32 height) in StorageBuffer2D() argument
H A DvktImageSampleCompressedTextureTests.cpp254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), width, height, 1); in makeReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp171 uint32_t width; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp400 void Surface::setFixedWidth(EGLint width) in setFixedWidth() argument
341 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
H A DvalidationES32.cpp532 ValidateReadnPixels(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *data) ValidateReadnPixels() argument
615 ValidateTexStorage3DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp444 ExternalSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config, EGLint width, EGLint height) ExternalSurfaceEGL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp1698 CaptureTexStorage2DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) CaptureTexStorage2DMultisample() argument
H A Dcapture_gles_2_0_params.cpp56 CaptureCompressedTexImage2D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexImage2D_data() argument
81 CaptureCompressedTexSubImage2D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage2D_data() argument
598 CaptureReadPixels_pixels(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels, ParamCapture *paramCapture) CaptureReadPixels_pixels() argument
671 CaptureTexImage2D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexImage2D_pixels() argument
739 CaptureTexSubImage2D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage2D_pixels() argument
[all...]
H A Dcapture_gles_3_0_params.cpp46 CaptureCompressedTexImage3D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexImage3D_data() argument
72 CaptureCompressedTexSubImage3D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage3D_data() argument
638 CaptureInvalidateSubFramebuffer_attachments(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height, ParamCapture *paramCapture) CaptureInvalidateSubFramebuffer_attachments() argument
683 CaptureTexImage3D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexImage3D_pixels() argument
720 CaptureTexSubImage3D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage3D_pixels() argument
H A Dcapture_gles_3_2_autogen.cpp1066 CaptureReadnPixels(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) CaptureReadnPixels() argument
1261 CaptureTexStorage3DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) CaptureTexStorage3DMultisample() argument
H A Dcapture_gles_1_0_autogen.cpp838 CallCapture CaptureLineWidthx(const State &glState, bool isCallValid, GLfixed width) in CaptureLineWidthx() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp440 EGLint width = static_cast<EGLint>(attribs.get(EGL_WIDTH, 0)); in createPbufferSurface() local
472 unsigned int width = 0; in validatePixmap() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp432 EGLint width = static_cast<EGLint>(attribs.get(EGL_WIDTH, 0)); in createPbufferSurface() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp267 GLuint Utils::createAndFill2DTexture(deqp::Context& context, GLuint width, GLuint height, GLenum internal_format, in createAndFill2DTexture() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp706 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, in comparePixel() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp400 const GLsizei width = 8; member
461 GLuint width; member
1508 drawTestImage(const glw::Functions& gl, GLuint texId, GLsizei width, GLsizei height) drawTestImage() argument
[all...]
H A DglcPixelStorageModesTests.cpp1243 int CompressedTexImageUtils::getImageSize (int width, int height, int depth) in getImageSize() argument
H A DglcTextureRepeatModeTests.cpp637 void TestClampModeForInternalFormat::clearTextures(GLenum target, GLsizei width, GLsize argument
535 TestClampModeForInternalFormat(deqp::Context& context, const std::string& name, GLenum internalFormat, GLenum clampMode, GLint lodLevel, GLsizei width, GLsizei height) TestClampModeForInternalFormat() argument
745 verifyClampToEdge(GLubyte* buf, GLsizei width_init, GLsizei height_init, GLsizei width, GLsizei height, GLenum internalformat) const verifyClampToEdge() argument
838 verifyRepeat(GLubyte* buf, GLsizei width, GLsizei height, GLenum internalformat) const verifyRepeat() argument
921 verifyMirroredRepeat(GLubyte* buf, GLsizei width, GLsizei height, GLenum internalformat) const verifyMirroredRepeat() argument
1125 verifyClampMode(GLubyte* buf, GLsizei width, GLsizei height, GLenum clampMode, GLenum internalformat) const verifyClampMode() argument
1351 GLsizei width; init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp839 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
850 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const deUint32 attachmentCount, const VkImageView* attachmentsArray, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc2359 const uint32_t width = token->AsUint32(); in ParseBufferInitializer() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h102 void SetLineWidth(float width) { line_width_ = width; } in SetLineWidth() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h88 static uint32_t width() { return 32u; } in width() function
110 static uint32_t width() { return 64u; } in width() function
128 static uint32_t width() { return 16u; } in width() function

Completed in 46 milliseconds

1...<<191192193194195196197198199200>>...270