Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 25 of 36) 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/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/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp528 void TextureBufferActiveUniformValidationVSFS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationVSFS
663 void TextureBufferActiveUniformValidationCS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationCS
/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.cpp356 bool gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shade… in createProgram() function in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
Dgl4cContextFlushControlTests.cpp550 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createProgram() in createProgram() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
Dgl4cConditionalRenderInvertedTests.cpp359 void gl4cts::ConditionalRenderInverted::FunctionalTest::createProgram() in createProgram() function in gl4cts::ConditionalRenderInverted::FunctionalTest
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp443 glu::ShaderProgram *VertexArrayObjectTest::createProgram(const VertexArrayState &state) in createProgram() function in deqp::gles3::Functional::VertexArrayObjectTest
1112 glu::ShaderProgram *MultiVertexArrayObjectTest::createProgram(const VertexArrayState &state) in createProgram() function in deqp::gles3::Functional::MultiVertexArrayObjectTest
Des3fFragmentOutputTests.cpp163 static glu::ShaderProgram *createProgram(const glu::RenderContext &context, const vector<FragmentOu… in createProgram() function
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp1970 LayoutBindingProgram *createProgram() in createProgram() function in glcts::SamplerLayoutBindingCase
2059 LayoutBindingProgram *createProgram() in createProgram() function in glcts::ImageLayoutBindingCase
2272 LayoutBindingProgram *createProgram() in createProgram() function in glcts::AtomicCounterLayoutBindingCase
3002 LayoutBindingProgram *createProgram() in createProgram() function in glcts::UniformBlocksLayoutBindingCase
3193 LayoutBindingProgram *createProgram() in createProgram() function in glcts::ShaderStorageBufferLayoutBindingCase
/external/skia/src/gpu/ganesh/gl/builders/
DGrGLProgramBuilder.cpp437 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp180 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon446f3f260111::MultiviewBenchmark
/external/angle/src/tests/egl_tests/
DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anonc2677f2d0111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anonc2677f2d0111::EGLPreRotationInterpolateAtOffsetTest
DEGLSurfaceTest.cpp254 GLuint createProgram(const char *fs = angle::essl1_shaders::fs::Red()) in createProgram() function in __anon72d3cf5f0111::EGLSurfaceTest
350 GLuint createProgram() in createProgram() function in __anon72d3cf5f0111::EGLFloatSurfaceTest
/external/angle/src/libANGLE/
DResourceManager.cpp191 ShaderProgramID ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram() function in gl::ShaderProgramManager
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp115 std::shared_ptr<sw::ComputeProgram> createProgram(vk::Device *device, std::shared_ptr<sw::SpirvShad… in createProgram() function
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.cpp427 ProgramImpl *ContextWgpu::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextWgpu
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp437 ProgramImpl *ContextNULL::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp63 ProgramImpl *Context9::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context9
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp940 GLuint LabelsTest::createProgram(const Functions *gl, const glu::RenderContext *) in createProgram() function in glcts::KHRDebug::LabelsTest
DglcPackedDepthStencilTests.cpp579 GLuint BaseTest::createProgram(const char *vsCode, const char *fsCode) in createProgram() function in glcts::BaseTest
/external/deqp/modules/egl/
DteglRenderTests.cpp659 Program *createProgram(const glw::Functions &gl, EGLint api) in createProgram() function
DteglGLES2SharedRenderingPerfTests.cpp320 GLuint createProgram(const glw::Functions &gl, const TestConfig &config) in createProgram() function
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp89 ProgramImpl *ContextGL::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextGL
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp177 ProgramImpl *Context11::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context11

12