HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 276 - 300 of 1556) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 28 #include "program/prog_instruction.h"
35 * \brief Should swrast use a fragment program?
37 * \return true if the current fragment program exists and is not the fixed
38 * function fragment program
152 * Initialize the virtual fragment program machine state prior to running
153 * fragment program on a fragment. This involves initializing the input
156 * \param program the fragment program we're about to run
162 const struct gl_fragment_program *program,
167 if (program->Base.Target == GL_FRAGMENT_PROGRAM_NV)
218 const struct gl_fragment_program *program = ctx->FragmentProgram._Current; local
277 const struct gl_fragment_program *program = ctx->FragmentProgram._Current; local
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 23 #include "Program.h"
106 Program* program = mCache.valueFor(shaderKey); local
107 if (program == NULL) {
108 program = generateProgram(shaderKey);
109 mCache.add(shaderKey, program);
216 Program* ProgramCache::generateProgram(const Key& needs) {
223 Program* program = new Program(needs, vs.string(), fs.string()) local
233 Program* program = mCache.valueFor(needs); local
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 288 void GLSharedGroup::addProgramData(GLuint program)
291 ProgramData *pData = m_programs.valueFor(program);
294 m_programs.removeItem(program);
298 m_programs.add(program,new ProgramData());
301 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes)
304 ProgramData *pData = m_programs.valueFor(program);
311 bool GLSharedGroup::isProgramInitialized(GLuint program)
314 ProgramData* pData = m_programs.valueFor(program);
322 void GLSharedGroup::deleteProgramData(GLuint program)
325 ProgramData *pData = m_programs.valueFor(program);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 34 GLenum uniformType(void * self, GLuint program, GLint location)
38 return ctx->shared()->getProgramUniformType(program, location);
GL2EncoderUtils.h 22 GLenum uniformType(void * self, GLuint program, GLint location);
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 15 $parser->program();
  /external/ceres-solver/internal/ceres/
scratch_evaluate_preparer.cc 34 #include "ceres/program.h"
41 const Program &program,
45 program.MaxDerivativesPerResidualBlock();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
postprocess.h 61 struct program *p;
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
pp_program.h 37 struct program struct
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 193 std::ostream& operator <<(std::ostream& out, const sm4_program& program)
195 out << "pvghdc"[program.version.type] << "s_" << program.version.major << "_" << program.version.minor << "\n";
196 for(unsigned i = 0; i < program.dcls.size(); ++i)
197 out << *program.dcls[i] << "\n";
199 for(unsigned i = 0; i < program.insns.size(); ++i)
200 out << *program.insns[i] << "\n";
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
nvprogram.c 27 * NVIDIA vertex/fragment program state management functions.
47 #include "program/arbprogparse.h"
48 #include "program/nvfragparse.h"
49 #include "program/nvvertparse.h"
50 #include "program/program.h"
51 #include "program/prog_instruction.h"
52 #include "program/prog_parameter.h"
57 * Execute a vertex state program.
171 * Get a program parameter register
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 2 ; program that calls function with eax=constant, thus exiting err=0
  /external/chromium_org/tools/android/common/
daemon.cc 44 void ShowHelp(const char* program,
49 program, kNoSpawnDaemon, extra_title, kNoSpawnDaemon,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 61 struct program *p;
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 193 std::ostream& operator <<(std::ostream& out, const sm4_program& program)
195 out << "pvghdc"[program.version.type] << "s_" << program.version.major << "_" << program.version.minor << "\n";
196 for(unsigned i = 0; i < program.dcls.size(); ++i)
197 out << *program.dcls[i] << "\n";
199 for(unsigned i = 0; i < program.insns.size(); ++i)
200 out << *program.insns[i] << "\n";
  /external/mesa3d/src/mesa/main/
nvprogram.c 27 * NVIDIA vertex/fragment program state management functions.
47 #include "program/arbprogparse.h"
48 #include "program/nvfragparse.h"
49 #include "program/nvvertparse.h"
50 #include "program/program.h"
51 #include "program/prog_instruction.h"
52 #include "program/prog_parameter.h"
57 * Execute a vertex state program.
171 * Get a program parameter register
    [all...]
  /external/qemu/distrib/ext4_utils/
sources.mk 42 $(call start-emulator-program,emulator_make_ext4fs)
53 $(call end-emulator-program)
55 $(call start-emulator64-program,emulator64_make_ext4fs)
66 $(call end-emulator-program)
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 5 Your program just tried to execute an instruction that Valgrind
7 1. Your program has a bug and erroneously jumped to a non-code
9 warning about a bad jump, it's probably your program's fault.
14 probably kill your program.
18 Your program just tried to execute an instruction that Valgrind
20 1. Your program has a bug and erroneously jumped to a non-code
22 warning about a bad jump, it's probably your program's fault.
27 probably kill your program.
31 Your program just tried to execute an instruction that Valgrind
33 1. Your program has a bug and erroneously jumped to a non-cod
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramPort.java 40 return "Program " + super.toString();
49 Program program = (Program)fieldValue; local
50 program.setHostValue(mVarName, mValue);
55 "Access to program field '" + mField.getName() + "' was denied!");
57 throw new RuntimeException("Non Program field '" + mField.getName()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rquota.x 47 program RQUOTAPROG {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rquota.x 47 program RQUOTAPROG {
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 2 * drawElements Quality Program OpenGL ES 3.0 Module
185 GLuint program = glCreateProgram();
188 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
193 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
199 glGetAttachedShaders(program, -1, &count[0], &shaders[0]);
204 glDeleteProgram(program);
213 GLuint program = glCreateProgram();
227 glGetShaderiv(program, GL_SHADER_TYPE, &param[0]);
232 glDeleteProgram(program);
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.cc 20 : program(p), data(d), ip(0), accumulator(0), acc_is_valid(false) {}
21 const std::vector<struct sock_filter>& program; member in struct:sandbox::__anon14553::State
80 const std::vector<struct sock_filter>& program,
87 uint32_t computed_ret = Verifier::EvaluateBPF(program, *data, err);
98 *err = "Exit code from BPF program doesn't match";
112 sandbox, program, data, root_code, *code.passed(), err)) {
120 sandbox, program, data, root_code, *code.failed(), err)) {
139 program,
155 sandbox, program, data, root_code, *code.failed(), err)) {
196 sandbox, program, data, root_code, passed, err))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.mm 208 GLuint program = glCreateProgram();
209 if (program) {
210 glAttachShader(program, vertex_shader);
211 glAttachShader(program, fragment_shader);
212 glLinkProgram(program);
214 glGetProgramiv(program, GL_LINK_STATUS, &link_status);
217 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &info_len);
220 glGetProgramInfoLog(program, info_len, NULL, buf);
224 "%s: Could not link program: %s",
229 glDeleteProgram(program);
    [all...]
  /external/clang/utils/
CaptureCmd 4 invocations of another program.
36 program = os.getenv('CAPTURE_CMD_PROGRAM')
39 if not program:
60 os.execv(program, sys.argv)
69 os.execv(program, sys.argv)

Completed in 1174 milliseconds

<<11121314151617181920>>