Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.hpp379 class TextureBufferOperationsViaTransformFeedback : public TextureBufferOperations class
383TextureBufferOperationsViaTransformFeedback(Context& context, const ExtParameters& extParams, cons…
386 virtual ~TextureBufferOperationsViaTransformFeedback() in ~TextureBufferOperationsViaTransformFeedback()
DesextcTextureBufferOperations.cpp1134 TextureBufferOperationsViaTransformFeedback::TextureBufferOperationsViaTransformFeedback(Context& … in TextureBufferOperationsViaTransformFeedback() function in glcts::TextureBufferOperationsViaTransformFeedback
1151 void TextureBufferOperationsViaTransformFeedback::initializeBufferObjectData() in initializeBufferObjectData()
1245 std::string TextureBufferOperationsViaTransformFeedback::getTFFragmentShaderCode() const in getTFFragmentShaderCode()
1268 std::string TextureBufferOperationsViaTransformFeedback::getTFVertexShaderCode() const in getTFVertexShaderCode()
1292 void TextureBufferOperationsViaTransformFeedback::deinit(void) in deinit()
DesextcTextureBufferTests.cpp74 addChild(new TextureBufferOperationsViaTransformFeedback( in init()