Searched refs:RenderVertexUniformTexelBuffer (Results 1 – 1 of 1) sorted by relevance
5049 class RenderVertexUniformTexelBuffer : public RenderPassCommand class5052 RenderVertexUniformTexelBuffer (void) {} in RenderVertexUniformTexelBuffer() function in vkt::memory::__anon09d9cc850111::RenderVertexUniformTexelBuffer5053 ~RenderVertexUniformTexelBuffer (void);5074 RenderVertexUniformTexelBuffer::~RenderVertexUniformTexelBuffer (void) in ~RenderVertexUniformTexelBuffer()5086 void RenderVertexUniformTexelBuffer::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()5091 void RenderVertexUniformTexelBuffer::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()5096 void RenderVertexUniformTexelBuffer::prepare (PrepareRenderPassContext& context) in prepare()5206 void RenderVertexUniformTexelBuffer::submit (SubmitContext& context) in submit()5224 void RenderVertexUniformTexelBuffer::verify (VerifyRenderPassContext& context, size_t) in verify()9010 …UNIFORM_TEXEL_BUFFER: return de::MovePtr<RenderPassCommand>(new RenderVertexUniformTexelBuffer()); in createRenderPassCommand()