Searched defs:pgm (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp39 int pgm; variable
/frameworks/rs/driver/
H A DrsdShaderCache.cpp144 GLuint pgm = e->program; local
145 glAttachShader(pgm, vID);
147 glAttachShader(pgm, fID);
149 glBindAttribLocation(pgm, 0, "ATTRIB_position");
150 glBindAttribLocation(pgm, 1, "ATTRIB_color");
151 glBindAttribLocation(pgm, 2, "ATTRIB_normal");
152 glBindAttribLocation(pgm, 3, "ATTRIB_texture0");
155 glLinkProgram(pgm);
158 glGetProgramiv(pgm, GL_LINK_STATUS, &linkStatus);
161 glGetProgramiv(pgm, GL_INFO_LOG_LENGT
[all...]
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp191 static void randUniform(int pgm, const char *var) { argument
192 GLint loc = glGetUniformLocation(pgm, var);
202 static void doLoop(bool warmup, int pgm, uint32_t passCount) { argument
214 GLint loc = glGetUniformLocation(pgm, "u_texOff");
217 randUniform(pgm, "u_color");
218 randUniform(pgm, "u_0");
219 randUniform(pgm, "u_1");
220 randUniform(pgm, "u_2");
221 randUniform(pgm, "u_3");
269 int pgm local
[all...]
/frameworks/rs/
H A DrsApiStubs.cpp740 extern "C" void rsContextBindProgramStore (RsContext ctxWrapper, RsProgramStore pgm) argument
742 RS_DISPATCH(ctxWrapper, ContextBindProgramStore, pgm);
745 extern "C" void rsContextBindProgramFragment (RsContext ctxWrapper, RsProgramFragment pgm) argument
747 RS_DISPATCH(ctxWrapper, ContextBindProgramFragment, pgm);
750 extern "C" void rsContextBindProgramVertex (RsContext ctxWrapper, RsProgramVertex pgm) argument
752 RS_DISPATCH(ctxWrapper, ContextBindProgramVertex, pgm);
755 extern "C" void rsContextBindProgramRaster (RsContext ctxWrapper, RsProgramRaster pgm) argument
757 RS_DISPATCH(ctxWrapper, ContextBindProgramRaster, pgm);
760 extern "C" void rsContextBindFont (RsContext ctxWrapper, RsFont pgm) argument
762 RS_DISPATCH(ctxWrapper, ContextBindFont, pgm);
[all...]

Completed in 365 milliseconds