Home
last modified time | relevance | path

Searched refs:TextureBufferOperationsViaImageStore (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.hpp409 class TextureBufferOperationsViaImageStore : public TextureBufferOperations class
413TextureBufferOperationsViaImageStore(Context& context, const ExtParameters& extParams, const char*…
416 virtual ~TextureBufferOperationsViaImageStore() in ~TextureBufferOperationsViaImageStore()
DesextcTextureBufferOperations.cpp1345 const glw::GLuint TextureBufferOperationsViaImageStore::m_image_unit = 0;
1353 TextureBufferOperationsViaImageStore::TextureBufferOperationsViaImageStore(Context& context, in TextureBufferOperationsViaImageStore() function in glcts::TextureBufferOperationsViaImageStore
1363 void TextureBufferOperationsViaImageStore::initializeBufferObjectData() in initializeBufferObjectData()
1402 std::string TextureBufferOperationsViaImageStore::getISComputeShaderCode() const in getISComputeShaderCode()
1431 void TextureBufferOperationsViaImageStore::fillBufferWithData(glw::GLint* buffer, glw::GLuint buffe… in fillBufferWithData()
1440 void TextureBufferOperationsViaImageStore::deinit(void) in deinit()
DesextcTextureBufferTests.cpp77 …addChild(new TextureBufferOperationsViaImageStore(m_context, m_extParams, "texture_buffer_operatio… in init()