Searched defs:program (Results 26 - 50 of 53) sorted by relevance

123

/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp76 GLuint program = glCreateProgram(); local
77 if (program) {
78 glAttachShader(program, vertexShader);
80 glAttachShader(program, pixelShader);
83 glBindAttribLocation(program, A_POS, "a_pos");
84 glBindAttribLocation(program, A_COLOR, "a_color");
85 glBindAttribLocation(program, A_TEX0, "a_tex0");
86 glBindAttribLocation(program, A_TEX1, "a_tex1");
87 glLinkProgram(program);
89 glGetProgramiv(program, GL_LINK_STATU
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
86 (GLuint)program,
117 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
120 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
150 (GLuint)program,
169 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
172 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
186 glGetProgramiv((GLuint)program, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &len);
231 (GLuint)program,
3 android_glGetActiveAttrib__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
171 android_glGetActiveAttrib1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
266 android_glGetActiveAttrib2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
86 (GLuint)program,
117 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
120 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
150 (GLuint)program,
169 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
172 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
188 glGetProgramiv((GLuint)program, GL_ACTIVE_UNIFORM_MAX_LENGTH, &len);
234 (GLuint)program,
3 android_glGetActiveUniform__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
171 android_glGetActiveUniform1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
269 android_glGetActiveUniform2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
H A DglGetTransformFeedbackVarying.cpp1 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
86 (GLuint)program,
117 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
120 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
124 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
127 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jobject name_buf) {
167 (GLuint)program,
189 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
192 (JNIEnv *_env, jobject _this, jint program, jin
3 android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
126 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jobject name_buf) argument
191 android_glGetTransformFeedbackVarying1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
286 android_glGetTransformFeedbackVarying2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
/frameworks/rs/driver/
H A DrsdShaderCache.h101 uint32_t numFragUnis) : vtx(0), frag(0), program(0), vtxAttrCount(0),
136 uint32_t program; member in struct:RsdShaderCache::ProgramEntry
/frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/
H A DRoomSQLiteQuery.java160 public void bindTo(SupportSQLiteProgram program) { argument
164 program.bindNull(index);
167 program.bindLong(index, mLongBindings[index]);
170 program.bindDouble(index, mDoubleBindings[index]);
173 program.bindString(index, mStringBindings[index]);
176 program.bindBlob(index, mBlobBindings[index]);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp64 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
65 return program ? ToJBool(program->CompileAndLink()) : JNI_FALSE;
72 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
76 return ToJBool(program && program->SetUniformValue(c_key, c_value));
86 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
88 return program ? ToJObject(env, program->GetUniformValue(c_key)) : JNI_NULL;
95 ShaderProgram* program local
132 ShaderProgram* program = gl_env_ptr ? ShaderProgram::CreateIdentity(gl_env_ptr) : NULL; local
146 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
164 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
175 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
186 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
198 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
211 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
222 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
234 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
245 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
254 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
264 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
297 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
[all...]
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp113 GLuint program = glCreateProgram(); local
114 if (program) {
115 glAttachShader(program, vertexShader);
117 glAttachShader(program, pixelShader);
119 glLinkProgram(program);
121 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
124 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
128 glGetProgramInfoLog(program, bufLength, NULL, buf);
129 fprintf(stderr, "Could not link program:\n%s\n", buf);
133 glDeleteProgram(program);
[all...]
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp129 GLuint program = glCreateProgram(); local
130 if (program) {
131 glAttachShader(program, vertexShader);
133 glAttachShader(program, pixelShader);
135 glLinkProgram(program);
137 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
140 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
144 glGetProgramInfoLog(program, bufLength, NULL, buf);
145 fprintf(stderr, "Could not link program:\n%s\n", buf);
149 glDeleteProgram(program);
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp251 GLuint program = glCreateProgram(); local
253 if (program) {
254 glAttachShader(program, vertexShader);
256 glAttachShader(program, fragmentShader);
258 glLinkProgram(program);
260 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
263 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
267 glGetProgramInfoLog(program, bufLength, NULL, buf);
273 glDeleteProgram(program);
274 program
[all...]
/frameworks/base/libs/hwui/
H A DProgramCache.cpp522 PROGRAM_LOGD("Clearing program cache");
529 // program for A8, unmodulated, texture w/o shader (black text/path textures) is equivalent
530 // to standard texture program (bitmaps, patches). Consider them equivalent.
535 Program* program = nullptr; local
537 description.log("Could not find program");
538 program = generateProgram(description, key);
539 mCache[key] = std::unique_ptr<Program>(program);
541 program = iter->second.get();
543 return program;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java273 * transfer from a FieldPort or ProgramPort to its connected target (field or program variable).
280 * Assigns all program variables to the ports they are connected to. Call this after
283 protected void initProgramInputs(Program program, FilterContext context) { argument
284 if (program != null) {
286 if (inputPort.getTarget() == program) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp179 // Abort if program did not successfully compile and link
181 ALOGE("ShaderProgram: unexecutable program!");
280 // Scan for all uniforms in the program
289 ALOGE("Could not link shader program!");
342 GLuint program = glCreateProgram(); local
343 if (program) {
346 glAttachShader(program, shaders[i]);
351 glLinkProgram(program);
355 glGetProgramiv(program, GL_LINK_STATUS, &linked);
359 glGetProgramiv(program, GL_INFO_LOG_LENGT
481 int fbo, program, buffer; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java607 final int program = buildProgram(sSimpleVS, sSimpleFS);
609 final int attribPosition = glGetAttribLocation(program, "position");
610 final int attribTexCoords = glGetAttribLocation(program, "texCoords");
611 final int uniformTexture = glGetUniformLocation(program, "texture");
612 final int uniformProjection = glGetUniformLocation(program, "projection");
619 glUseProgram(program);
646 finishGL(texture, program);
697 int program = glCreateProgram();
698 glAttachShader(program, vertexShader);
699 glAttachShader(program, fragmentShade
753 finishGL(int texture, int program) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java190 public ProgramUniform(int program, int index) { argument
192 GLES20.glGetProgramiv(program, GLES20.GL_ACTIVE_UNIFORM_MAX_LENGTH, len, 0);
199 GLES20.glGetActiveUniform(program, index, len[0], ignore, 0, size, 0, type, 0, name, 0);
201 mLocation = GLES20.glGetUniformLocation(program, mName);
312 throw new RuntimeException("Unknown attribute '" + name + "' in shader program!");
671 throw new RuntimeException("Attempting to execute invalid shader-program!");
707 throw new RuntimeException("Could not create shader-program as vertex shader "
712 throw new RuntimeException("Could not create shader-program as fragment shader "
716 int program = GLES20.glCreateProgram();
717 if (program !
[all...]
/frameworks/base/tests/net/java/android/net/apf/
H A DApfTest.java67 * Tests for APF program generator and interpreter.
110 private void assertVerdict(int expected, byte[] program, byte[] packet, int filterAge) { argument
111 assertReturnCodesEqual(expected, apfSimulate(program, packet, filterAge));
114 private void assertVerdict(int expected, byte[] program, byte[] packet) { argument
115 assertReturnCodesEqual(expected, apfSimulate(program, packet, 0));
118 private void assertPass(byte[] program, byte[] packet, int filterAge) { argument
119 assertVerdict(PASS, program, packet, filterAge);
122 private void assertPass(byte[] program, byte[] packet) { argument
123 assertVerdict(PASS, program, packet);
126 private void assertDrop(byte[] program, byt argument
130 assertDrop(byte[] program, byte[] packet) argument
977 verifyArpFilter(byte[] program, int filterResult) argument
1041 verifyRaLifetime(byte[] program, ByteBuffer packet, int lifetime) argument
1296 apfSimulate(byte[] program, byte[] packet, int filter_age) argument
[all...]
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp975 const char* program = arg_vector[0].c_str(); local
993 execv(program, &args[0]);
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp458 const u8* program, u32 len) {
457 wifi_set_packet_filter_stub(wifi_interface_handle handle, const u8* program, u32 len) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp140 Stream(Program *program,
299 ALOGV("new program number %u", programNumber);
714 Program *program,
719 : mProgram(program),
1792 const sp<Program> &program = mPrograms.itemAt(index); local
1794 if (program->number() == program_number) {
1795 program->updateProgramMapPID(programMapPID);
2047 const sp<Program> &program = mPrograms.editItemAt(i); local
2048 sp<MediaSource> source = program->getSource(type);
2058 if (program
713 Stream( Program *program, unsigned elementaryPID, unsigned streamType, unsigned PCR_PID, int32_t CA_system_ID) argument
2081 const sp<Program> &program = mPrograms.itemAt(i); local
2100 sp<ATSParser::Program> program = mPrograms.itemAt(i); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1093 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1096 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) {
1128 (GLuint)program,
1144 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1147 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) {
1174 (GLuint)program,
1189 /* void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params ) */
1192 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) {
1224 (GLuint)program,
1240 /* void glGetnUniformiv ( GLuint program, GLin
1095 android_glGetnUniformfv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) argument
1146 android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1191 android_glGetnUniformiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1242 android_glGetnUniformiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1287 android_glGetnUniformuiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1338 android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES31.cpp597 /* void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params ) */
600 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_ref, jint offset) {
626 (GLuint)program,
642 /* void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params ) */
645 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf) {
666 (GLuint)program,
681 /* GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name ) */
684 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) {
700 (GLuint)program,
716 /* void glGetProgramResourceName ( GLuint program, GLenu
599 android_glGetProgramInterfaceiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_ref, jint offset) argument
644 android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf) argument
683 android_glGetProgramResourceIndex__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) argument
718 android_glGetProgramResourceName(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) argument
726 android_glGetProgramResourceiv__IIII_3III_3II_3II(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jintArray props_ref, jint propsOffset, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray params_ref, jint paramsOffset) argument
819 android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jobject props_buf, jint bufSize, jobject length_buf, jobject params_buf) argument
894 android_glGetProgramResourceLocation__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) argument
929 android_glUseProgramStages__III(JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) argument
940 android_glActiveShaderProgram__II(JNIEnv *_env, jobject _this, jint pipeline, jint program) argument
1280 android_glProgramUniform1i__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1291 android_glProgramUniform2i__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1303 android_glProgramUniform3i__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1316 android_glProgramUniform4i__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1330 android_glProgramUniform1ui__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1341 android_glProgramUniform2ui__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1353 android_glProgramUniform3ui__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1366 android_glProgramUniform4ui__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1380 android_glProgramUniform1f__IIF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0) argument
1391 android_glProgramUniform2f__IIFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1) argument
1403 android_glProgramUniform3f__IIFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2) argument
1416 android_glProgramUniform4f__IIFFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2, jfloat v3) argument
1430 android_glProgramUniform1iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1475 android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1514 android_glProgramUniform2iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1559 android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1598 android_glProgramUniform3iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1643 android_glProgramUniform3iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1682 android_glProgramUniform4iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1727 android_glProgramUniform4iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1766 android_glProgramUniform1uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1811 android_glProgramUniform1uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1850 android_glProgramUniform2uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1895 android_glProgramUniform2uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1934 android_glProgramUniform3uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1979 android_glProgramUniform3uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2018 android_glProgramUniform4uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
2063 android_glProgramUniform4uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2102 android_glProgramUniform1fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2147 android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2186 android_glProgramUniform2fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2231 android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2270 android_glProgramUniform3fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2315 android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2354 android_glProgramUniform4fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2399 android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2438 android_glProgramUniformMatrix2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2484 android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2524 android_glProgramUniformMatrix3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2570 android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2610 android_glProgramUniformMatrix4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2656 android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2696 android_glProgramUniformMatrix2x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2742 android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2782 android_glProgramUniformMatrix3x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2828 android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2868 android_glProgramUniformMatrix2x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2914 android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2954 android_glProgramUniformMatrix4x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3000 android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
3040 android_glProgramUniformMatrix3x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3086 android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
3126 android_glProgramUniformMatrix4x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3172 android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
H A Dandroid_opengl_GLES20.cpp467 /* void glAttachShader ( GLuint program, GLuint shader ) */
470 (JNIEnv *_env, jobject _this, jint program, jint shader) {
472 (GLuint)program,
477 /* void glBindAttribLocation ( GLuint program, GLuint index, const char *name ) */
480 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) {
495 (GLuint)program,
1092 /* void glDeleteProgram ( GLuint program ) */
1095 (JNIEnv *_env, jobject _this, jint program) {
1097 (GLuint)program
1322 /* void glDetachShader ( GLuint program, GLuin
469 android_glAttachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
479 android_glBindAttribLocation__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint index, jstring name) argument
1094 android_glDeleteProgram__I(JNIEnv *_env, jobject _this, jint program) argument
1324 android_glDetachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
1869 android_glGetActiveAttrib__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
1985 android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2037 android_glGetActiveAttrib1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2132 android_glGetActiveAttrib2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2193 android_glGetActiveUniform__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
2309 android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2361 android_glGetActiveUniform1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2459 android_glGetActiveUniform2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2518 android_glGetAttachedShaders__II_3II_3II(JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, jintArray shaders_ref, jint shadersOffset) argument
2595 android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint maxcount, jobject count_buf, jobject shaders_buf) argument
2660 android_glGetAttribLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
2926 android_glGetProgramiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint pname, jintArray params_ref, jint offset) argument
2976 android_glGetProgramiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint pname, jobject params_buf) argument
3697 android_glGetUniformfv__II_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) argument
3747 android_glGetUniformfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3791 android_glGetUniformiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
3841 android_glGetUniformiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3885 android_glGetUniformLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
4194 android_glIsProgram__I(JNIEnv *_env, jobject _this, jint program) argument
4247 android_glLinkProgram__I(JNIEnv *_env, jobject _this, jint program) argument
5993 android_glUseProgram__I(JNIEnv *_env, jobject _this, jint program) argument
6002 android_glValidateProgram__I(JNIEnv *_env, jobject _this, jint program) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java189 public abstract void loadHandle(int program); argument
198 public void loadHandle(int program) { argument
199 handle = GLES20.glGetUniformLocation(program, mName);
210 public void loadHandle(int program) { argument
211 handle = GLES20.glGetAttribLocation(program, mName);
306 int program = GLES20.glCreateProgram();
308 if (program == 0) {
309 throw new RuntimeException("Cannot create GL program: " + GLES20.glGetError());
311 GLES20.glAttachShader(program, vertexShader);
313 GLES20.glAttachShader(program, fragmentShade
700 prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java254 // C function void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params )
257 int program,
264 // C function void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params )
267 int program,
273 // C function GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
276 int program,
281 // C function void glGetProgramResourceName ( GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name )
284 int program,
289 // C function void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
292 int program,
256 glGetProgramInterfaceiv( int program, int programInterface, int pname, int[] params, int offset ) argument
266 glGetProgramInterfaceiv( int program, int programInterface, int pname, java.nio.IntBuffer params ) argument
275 glGetProgramResourceIndex( int program, int programInterface, String name ) argument
283 glGetProgramResourceName( int program, int programInterface, int index ) argument
291 glGetProgramResourceiv( int program, int programInterface, int index, int propCount, int[] props, int propsOffset, int bufSize, int[] length, int lengthOffset, int[] params, int paramsOffset ) argument
307 glGetProgramResourceiv( int program, int programInterface, int index, int propCount, java.nio.IntBuffer props, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer params ) argument
320 glGetProgramResourceLocation( int program, int programInterface, String name ) argument
409 glProgramUniform1i( int program, int location, int v0 ) argument
417 glProgramUniform2i( int program, int location, int v0, int v1 ) argument
426 glProgramUniform3i( int program, int location, int v0, int v1, int v2 ) argument
436 glProgramUniform4i( int program, int location, int v0, int v1, int v2, int v3 ) argument
447 glProgramUniform1ui( int program, int location, int v0 ) argument
455 glProgramUniform2ui( int program, int location, int v0, int v1 ) argument
464 glProgramUniform3ui( int program, int location, int v0, int v1, int v2 ) argument
474 glProgramUniform4ui( int program, int location, int v0, int v1, int v2, int v3 ) argument
485 glProgramUniform1f( int program, int location, float v0 ) argument
493 glProgramUniform2f( int program, int location, float v0, float v1 ) argument
502 glProgramUniform3f( int program, int location, float v0, float v1, float v2 ) argument
512 glProgramUniform4f( int program, int location, float v0, float v1, float v2, float v3 ) argument
523 glProgramUniform1iv( int program, int location, int count, int[] value, int offset ) argument
533 glProgramUniform1iv( int program, int location, int count, java.nio.IntBuffer value ) argument
542 glProgramUniform2iv( int program, int location, int count, int[] value, int offset ) argument
552 glProgramUniform2iv( int program, int location, int count, java.nio.IntBuffer value ) argument
561 glProgramUniform3iv( int program, int location, int count, int[] value, int offset ) argument
571 glProgramUniform3iv( int program, int location, int count, java.nio.IntBuffer value ) argument
580 glProgramUniform4iv( int program, int location, int count, int[] value, int offset ) argument
590 glProgramUniform4iv( int program, int location, int count, java.nio.IntBuffer value ) argument
599 glProgramUniform1uiv( int program, int location, int count, int[] value, int offset ) argument
609 glProgramUniform1uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
618 glProgramUniform2uiv( int program, int location, int count, int[] value, int offset ) argument
628 glProgramUniform2uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
637 glProgramUniform3uiv( int program, int location, int count, int[] value, int offset ) argument
647 glProgramUniform3uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
656 glProgramUniform4uiv( int program, int location, int count, int[] value, int offset ) argument
666 glProgramUniform4uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
675 glProgramUniform1fv( int program, int location, int count, float[] value, int offset ) argument
685 glProgramUniform1fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
694 glProgramUniform2fv( int program, int location, int count, float[] value, int offset ) argument
704 glProgramUniform2fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
713 glProgramUniform3fv( int program, int location, int count, float[] value, int offset ) argument
723 glProgramUniform3fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
732 glProgramUniform4fv( int program, int location, int count, float[] value, int offset ) argument
742 glProgramUniform4fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
751 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
762 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
772 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
783 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
793 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
804 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
814 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
825 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
835 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
846 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
856 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
867 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
877 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
888 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
898 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
909 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
919 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
930 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES32.java549 // C function void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
552 int program,
559 // C function void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
562 int program,
568 // C function void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params )
571 int program,
578 // C function void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params )
581 int program,
587 // C function void glGetnUniformuiv ( GLuint program, GLint location, GLsizei bufSize, GLuint *params )
590 int program,
551 glGetnUniformfv( int program, int location, int bufSize, float[] params, int offset ) argument
561 glGetnUniformfv( int program, int location, int bufSize, java.nio.FloatBuffer params ) argument
570 glGetnUniformiv( int program, int location, int bufSize, int[] params, int offset ) argument
580 glGetnUniformiv( int program, int location, int bufSize, java.nio.IntBuffer params ) argument
589 glGetnUniformuiv( int program, int location, int bufSize, int[] params, int offset ) argument
599 glGetnUniformuiv( int program, int location, int bufSize, java.nio.IntBuffer params ) argument
[all...]

Completed in 1783 milliseconds

123