Searched defs:texture_size (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 450 void TextureCubeMapArrayColorDepthAttachmentsTest::draw(const _texture_size& texture_size) in draw() 690 …glw::GLuint texture_id, glw::GLuint texture_size, glw::GLuint n_cubemaps, bool should_take_color_t… in prepareImmutableTextureObject() 730 …glw::GLuint texture_id, glw::GLuint texture_size, glw::GLuint n_cubemaps, bool should_take_color_t… in prepareMutableTextureObject() 813 …xtureCubeMapArrayColorDepthAttachmentsTest::testLayeredRendering(const _texture_size& texture_size, in testLayeredRendering() 918 …reCubeMapArrayColorDepthAttachmentsTest::testNonLayeredRendering(const _texture_size& texture_size, in testNonLayeredRendering() 1030 …ol TextureCubeMapArrayColorDepthAttachmentsTest::verifyColorData(const _texture_size& texture_size, in verifyColorData() 1071 … TextureCubeMapArrayColorDepthAttachmentsTest::verifyDepth16Data(const _texture_size& texture_size, in verifyDepth16Data() 1115 … TextureCubeMapArrayColorDepthAttachmentsTest::verifyDepth24Data(const _texture_size& texture_size, in verifyDepth24Data() 1155 …TextureCubeMapArrayColorDepthAttachmentsTest::verifyDepth32FData(const _texture_size& texture_size, in verifyDepth32FData()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_render_handler_win_d3d11.cc | 28 std::pair<uint32_t, uint32_t> BrowserLayer::texture_size() const { in texture_size() function in client::BrowserLayer 200 const auto texture_size = browser_layer_->texture_size(); in Render() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1469 const glw::GLint texture_size = (glw::GLint)tex_size; in checkResult() local 1625 unsigned int texture_size) in checkResult() 1838 unsigned int index, unsigned int texture_size) in checkResult() 2016 const glw::GLint texture_size = (glw::GLint)tex_size; in checkResult() local 2368 const glw::GLint texture_size = (glw::GLint)tex_size; in checkResult() local 2467 glw::GLuint texture_size; in prepareTextureData() local 2509 const glw::GLint texture_size = (glw::GLint)tex_size; in checkResult() local 2692 unsigned int texture_size) in checkResult() 2884 unsigned int index, unsigned int texture_size) in checkResult() 3064 const glw::GLint texture_size = (glw::GLint)tex_size; in checkResult() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cStencilTexturingTests.cpp | 821 GLuint texture_size = 0; in prepareDestinationTexture() local 1014 GLuint texture_size = 0; in prepareSourceTextureData() local
|
D | gl4cShaderImageLoadStoreTests.cpp | 7138 const GLuint texture_size = width * height; in Create2DR8UIDestinationTexture() local 7165 const GLuint texture_size = width * height; in Create2DR8UISourceTexture() local 7646 const GLuint texture_size = layer_size * n_layers; in CreateRGBA8DestinationTexture() local 7677 const GLuint texture_size = layer_size * n_layers; in CreateRGBA8SourceTexture() local
|
/third_party/libdrm/include/drm/ |
D | mga_drm.h | 295 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member 319 __u32 texture_size; /**< Size of the AGP texture region. */ member
|
D | savage_drm.h | 100 unsigned int texture_size; member
|
/third_party/mesa3d/src/mesa/main/ |
D | texobj.c | 1048 texture_size(const struct gl_texture_object *texObj) in texture_size() function
|