Home
last modified time | relevance | path

Searched refs:PrepareProgram (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cIncompleteTextureAccessTests.hpp132 void PrepareProgram(Configuration configuration);
Dgl4cIncompleteTextureAccessTests.cpp112 PrepareProgram(s_configurations[i]); in iterate()
159 void SamplerTest::PrepareProgram(Configuration configuration) in PrepareProgram() function in gl4cts::IncompleteTextureAccess::SamplerTest
Dgl4cDirectStateAccessVertexArraysTests.cpp237 m_po_even = PrepareProgram(false); in iterate()
238 m_po_odd = PrepareProgram(true); in iterate()
282 glw::GLuint EnableDisableAttributesTest::PrepareProgram(const bool bind_even_or_odd) in PrepareProgram() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributesTest
833 PrepareProgram(); in iterate()
875 void ElementBufferTest::PrepareProgram() in PrepareProgram() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferTest
1274 PrepareProgram(); in iterate()
1280 PrepareProgram(); in iterate()
1322 void VertexBuffersTest::PrepareProgram() in PrepareProgram() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersTest
1814 PrepareProgram(i, ATTRIBUTE_FORMAT_FUNCTION_FLOAT); in iterate()
1861 PrepareProgram(i, ATTRIBUTE_FORMAT_FUNCTION_DOUBLE); in iterate()
[all …]
Dgl4cDirectStateAccessTests.hpp3598 void PrepareProgram();
4089 glw::GLuint PrepareProgram(const bool bind_even_or_odd);
4146 void PrepareProgram();
4200 void PrepareProgram();
4272 void PrepareProgram(glw::GLint size, AtributeFormatFunctionType function_selector);
4336 void PrepareProgram();
4367 void PrepareProgram();
5005 void PrepareProgram(const glw::GLchar *variable_declaration);
5192 void PrepareProgram(const glw::GLchar *variable_declaration, const glw::GLchar *tail);
5364 glw::GLuint PrepareProgram(const glw::GLchar *variable_declaration, const glw::GLchar *tail);
Dgl4cDirectStateAccessTexturesTests.cpp886 void BufferTest<T, S, N>::PrepareProgram(const glw::GLchar *variable_declaration) in PrepareProgram() function in gl4cts::DirectStateAccess::Textures::BufferTest
1284 PrepareProgram(FragmentShaderDeclaration()); in iterate()
2065 void StorageAndSubImageTest<T, S, N, D, I>::PrepareProgram(const glw::GLchar *variable_declaration, in PrepareProgram() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest
2369 PrepareProgram(FragmentShaderDeclaration(), FragmentShaderTail()); in iterate()
3477 glw::GLuint StorageMultisampleTest<T, S, N, D>::PrepareProgram(const glw::GLchar *variable_declarat… in PrepareProgram() function in gl4cts::DirectStateAccess::Textures::StorageMultisampleTest
3894 m_po_ms = PrepareProgram(FragmentShaderDeclarationMultisample(), FragmentShaderTail()); in iterate()
3895 m_po_aux = PrepareProgram(FragmentShaderDeclarationAuxiliary(), FragmentShaderTail()); in iterate()
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7202 PrepareProgram(); in iterate()
7360 void FunctionalTest::PrepareProgram() in PrepareProgram() function in gl4cts::DirectStateAccess::Framebuffers::FunctionalTest
/external/lzma/CPP/7zip/Compress/
DRar3Vm.h121 bool PrepareProgram(const Byte *code, UInt32 codeSize);
DRar3Decoder.cpp305 isOK = filter->PrepareProgram(_vmCode, vmCodeSize); in AddVmCode()
DRar3Vm.cpp831 bool CProgram::PrepareProgram(const Byte *code, UInt32 codeSize) in PrepareProgram() function in NCompress::NRar3::NVm::CProgram