Searched defs:getProgram (Results 1 - 24 of 24) sorted by relevance

/external/llvm/tools/bugpoint/
H A DBugDriver.h138 Module *getProgram() const { return Program; } function in class:llvm::BugDriver
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java242 List rewrites = getProgram(programName);
268 List rewrites = getProgram(programName);
320 protected List getProgram(String name) { method in class:TokenRewriteStream
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DResourceManager.cpp298 Program *ResourceManager::getProgram(unsigned int handle) function in class:gl::ResourceManager
H A DContext.cpp130 Program *programObject = mResourceManager->getProgram(currentProgram);
446 Program *Context::getProgram(GLuint handle) const function in class:gl::Context
448 return mResourceManager->getProgram(handle);
629 Program *priorProgram = mResourceManager->getProgram(priorProgramId);
633 mState.setCurrentProgram(program, mResourceManager->getProgram(program));
644 Program *programObject = mResourceManager->getProgram(program);
658 Program *programObject = mResourceManager->getProgram(program);
1482 Program *programObject = getProgram(mState.getCurrentProgramId());
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp93 GrGLProgram* GrGpuGL::ProgramCache::getProgram(const GrGLProgramDesc& desc, function in class:GrGpuGL::ProgramCache
248 fCurrentProgram.reset(fProgramCache->getProgram(desc,
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp92 GrGLProgram* GrGpuGL::ProgramCache::getProgram(const GrGLProgramDesc& desc, function in class:GrGpuGL::ProgramCache
248 fCurrentProgram.reset(fProgramCache->getProgram(desc,
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py1163 rewrites = self.getProgram(programName)
1204 rewrites = self.getProgram(programName)
1221 def getProgram(self, name): member in class:TokenRewriteStream
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } function in class:nv50_ir::BuildUtil
200 prog = bb->getProgram();
210 prog = bb->getProgram();
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp118 deUint32 getProgram (void) const { return m_program; } function in class:glu::Program
129 deUint32 operator* (void) const { return getProgram(); }
178 deUint32 getProgram (void) const { return m_program.getProgram(); } function in class:glu::ShaderProgram
/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp103 deUint32 getProgram (const UVec3& localSize);
157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) function in class:deqp::gles31::Functional::ComputeBuiltinVarCase
161 return cachePos->second->getProgram();
173 return program->getProgram();
210 const deUint32 program = getProgram(subCase.localSize);
H A Des31fGeometryShaderTests.cpp1786 virtual sglr::ShaderProgram& getProgram (void) = 0;
1907 sglr::ShaderProgram& program = getProgram();
2136 sglr::ShaderProgram& getProgram (void);
2152 sglr::ShaderProgram& GeometryExpanderRenderTest::getProgram (void) function in class:deqp::gles31::Functional::__anon20266::GeometryExpanderRenderTest
2162 sglr::ShaderProgram& getProgram (void);
2175 sglr::ShaderProgram& EmitTest::getProgram (void) function in class:deqp::gles31::Functional::__anon20266::EmitTest
2196 sglr::ShaderProgram& getProgram (void);
2209 sglr::ShaderProgram& VaryingTest::getProgram (void) function in class:deqp::gles31::Functional::__anon20266::VaryingTest
2362 sglr::ShaderProgram& getProgram (void);
2445 sglr::ShaderProgram& OutputCountCase::getProgram (voi function in class:deqp::gles31::Functional::__anon20266::OutputCountCase
2507 sglr::ShaderProgram& BuiltinVariableRenderTest::getProgram (void) function in class:deqp::gles31::Functional::__anon20266::BuiltinVariableRenderTest
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } function in class:nv50_ir::BuildUtil
200 prog = bb->getProgram();
210 prog = bb->getProgram();
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp91 m_scaleLoc = gl.getUniformLocation(getProgram(), "scale");
92 m_posLoc = gl.getAttribLocation(getProgram(), "pos");
138 GLU_CHECK_CALL_ERROR(gl.useProgram(getProgram()),
218 ScaleProgram& getProgram (void) { return m_program; } function in class:deqp::gles3::Functional::__anon20027::BufferVAOAttacher
293 , m_program (attacher.getProgram()) {}
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp128 deUint32 getProgram (void) const {return m_program; } function in class:deqp::egl::__anon19826::Program
442 GLU_CHECK_CALL(glUseProgram(program.getProgram()));
444 GLuint gridLocation = glGetAttribLocation(program.getProgram(), "a_pos");
448 GLuint colorLocation = glGetAttribLocation(program.getProgram(), "a_color");
611 GLU_CHECK_CALL(glUseProgram(program.getProgram()));
613 GLuint coordLocation = glGetAttribLocation(program.getProgram(), "a_pos");
617 GLuint texCoordLocation = glGetAttribLocation(program.getProgram(), "a_texCorod");
622 GLuint samplerLocation = glGetUniformLocation(program.getProgram(), "u_sampler");
756 GLU_CHECK_CALL(glUseProgram(m_program->getProgram()));
758 GLuint coordLocation = glGetAttribLocation(m_program->getProgram(), "a_po
[all...]
H A DteglGLES2SharedRenderingPerfTests.cpp112 GLuint getProgram (void) const { return m_program; } function in class:deqp::egl::__anon19823::TestContext
598 m_program = parent->getProgram();
H A DteglImageFormatTests.cpp127 deUint32 getProgram (void) const {return m_program; } function in class:deqp::egl::__anon19830::Program
759 GLuint glProgram = program.getProgram();
879 GLuint glProgram = program.getProgram();
1162 GLuint glProgram = program.getProgram();
H A DteglGLES2SharingThreadedTests.cpp98 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; } function in class:deqp::egl::GLES2ThreadTest::GLES2ResourceManager
2404 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->getProgram(programNdx);
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp397 m_renderCtx.getFunctions().useProgram(getProgram());
410 deUint32 getProgram (void) const { return m_program.getProgram(); } function in class:deqp::gls::ShaderExecUtil::VertexProcessorExecutor
513 glu::draw(m_renderCtx, m_program.getProgram(), (int)vertexArrays.size(), vertexArrays.empty() ? DE_NULL : &vertexArrays[0],
601 deUint32 getProgram (void) const { return m_program.getProgram(); } function in class:deqp::gls::ShaderExecUtil::FragmentShaderExecutor
774 glu::draw(m_renderCtx, m_program.getProgram(), (int)vertexArrays.size(), &vertexArrays[0],
846 deUint32 getProgram (void) const { return m_program.getProgram(); } function in class:deqp::gls::ShaderExecUtil::BufferIoExecutor
H A DglsTextureTestUtil.cpp1053 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) function in class:deqp::gls::TextureTestUtil::ProgramLibrary
1397 glu::ShaderProgram* program = m_programLibrary.getProgram(progSpec);
1406 deUint32 prog = program->getProgram();
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 469 milliseconds