Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 25 of 34) sorted by relevance

12

/external/angle/src/tests/
Dangle_unittests_utils.h29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp523 void TextureBufferActiveUniformValidationVSFS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationVSFS
657 void TextureBufferActiveUniformValidationCS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationCS
/external/eigen/unsupported/test/
Dopenglsupport.cpp96 GLint createProgram(const char* vtx, const char* frg, bool print_errors = true) in createProgram() function
157 GLint createProgram(const std::string& vtx, const std::string& frg, bool print_errors = true) in createProgram() function
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dshader.c58 static GLuint createProgram(const char *srcVertex, const char * srcFragment) in createProgram() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityTests.cpp354 bool gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shade… in createProgram() function in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
Dgl4cContextFlushControlTests.cpp545 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createProgram() in createProgram() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
Dgl4cConditionalRenderInvertedTests.cpp360 void gl4cts::ConditionalRenderInverted::FunctionalTest::createProgram() in createProgram() function in gl4cts::ConditionalRenderInverted::FunctionalTest
Dgl4cSparseBufferTests.cpp189 glw::GLuint SparseBufferTestUtilities::createProgram(const glw::Functions& gl, const char** fs_body… in createProgram() function in gl4cts::SparseBufferTestUtilities
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp248 GLuint createProgram() in createProgram() function in __anon7e2d94f70111::EGLSurfaceTest
341 GLuint createProgram() in createProgram() function in __anon7e2d94f70111::EGLFloatSurfaceTest
DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anonc9da50c50111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anonc9da50c50111::EGLPreRotationInterpolateAtOffsetTest
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp420 glu::ShaderProgram* VertexArrayObjectTest::createProgram (const VertexArrayState& state) in createProgram() function in deqp::gles3::Functional::VertexArrayObjectTest
1004 glu::ShaderProgram* MultiVertexArrayObjectTest::createProgram (const VertexArrayState& state) in createProgram() function in deqp::gles3::Functional::MultiVertexArrayObjectTest
Des3fFragmentOutputTests.cpp169 static glu::ShaderProgram* createProgram (const glu::RenderContext& context, const vector<FragmentO… in createProgram() function
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp1969 LayoutBindingProgram* createProgram() in createProgram() function in glcts::SamplerLayoutBindingCase
2058 LayoutBindingProgram* createProgram() in createProgram() function in glcts::ImageLayoutBindingCase
2271 LayoutBindingProgram* createProgram() in createProgram() function in glcts::AtomicCounterLayoutBindingCase
3001 LayoutBindingProgram* createProgram() in createProgram() function in glcts::UniformBlocksLayoutBindingCase
3191 LayoutBindingProgram* createProgram() in createProgram() function in glcts::ShaderStorageBufferLayoutBindingCase
/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp180 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon4fc904be0111::MultiviewBenchmark
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp122 std::shared_ptr<sw::ComputeProgram> createProgram(vk::Device *device, std::shared_ptr<sw::SpirvShad… in createProgram() function
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp501 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
/external/angle/src/libANGLE/
DResourceManager.cpp179 ShaderProgramID ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram() function in gl::ShaderProgramManager
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp418 ProgramImpl *ContextNULL::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp58 ProgramImpl *Context9::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context9
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp934 GLuint LabelsTest::createProgram(const Functions* gl, const glu::RenderContext*) in createProgram() function in glcts::KHRDebug::LabelsTest
DglcPackedDepthStencilTests.cpp576 GLuint BaseTest::createProgram(const char* vsCode, const char* fsCode) in createProgram() function in glcts::BaseTest
/external/deqp/modules/egl/
DteglRenderTests.cpp633 Program* createProgram (const glw::Functions& gl, EGLint api) in createProgram() function
DteglGLES2SharedRenderingPerfTests.cpp300 GLuint createProgram (const glw::Functions& gl, const TestConfig& config) in createProgram() function
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp67 ProgramImpl *ContextGL::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextGL
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp150 ProgramImpl *Context11::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context11

12