OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestTexture
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
41
class
TestTexture
;
93
const
TestTexture
&
testTexture
,
96
class
TestTexture
99
TestTexture
(const tcu::TextureFormat& format, int width, int height, int depth);
100
TestTexture
(const tcu::CompressedTexFormat& format, int width, int height, int depth);
101
virtual ~
TestTexture
(void);
118
virtual de::MovePtr<
TestTexture
> copy (const tcu::TextureFormat) const = 0;
129
void copyToTexture (
TestTexture
&) const;
135
class TestTexture1D : public
TestTexture
[
all
...]
vktPipelineImageUtil.cpp
357
const
TestTexture
& srcTexture,
358
const
TestTexture
* srcStencilTexture,
524
const
TestTexture
& srcTexture,
529
de::MovePtr<
TestTexture
> srcDepthTexture;
530
de::MovePtr<
TestTexture
> srcStencilTexture;
581
//
TestTexture
583
TestTexture
::
TestTexture
(const tcu::TextureFormat& format, int width, int height, int depth)
595
TestTexture
::
TestTexture
(const tcu::CompressedTexFormat& format, int width, int height, int depth
[
all
...]
Completed in 93 milliseconds