Home | History | Annotate | Download | only in functional

Lines Matching refs:getProgram

302 	ctx.glUseProgram				(program.getProgram());
303 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
304 ctx.glLinkProgram (program.getProgram());
312 ctx.glLinkProgram (program.getProgram());
346 ctx.glUseProgram (program1.getProgram());
347 ctx.glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
348 ctx.glLinkProgram (program1.getProgram());
356 ctx.glUseProgram (program2.getProgram());
360 ctx.glUseProgram (program2.getProgram());
409 ctx.glGetProgramiv (program.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize);
411 ctx.glGetProgramiv (program.getProgram(), GL_LINK_STATUS, &linkStatus);
416 ctx.glGetProgramBinary (program.getProgram(), 0, &binaryLength, &binaryFormat, &binaryPtr);
420 ctx.glGetProgramBinary (program.getProgram(), bufSize-1, &binaryLength, &binaryFormat, &binaryPtr);
426 ctx.glGetProgramiv (programInvalid.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize);
428 ctx.glGetProgramiv (programInvalid.getProgram(), GL_LINK_STATUS, &linkStatus);
433 ctx.glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr);
449 ctx.glGetProgramiv (srcProgram.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize);
450 ctx.glGetProgramiv (srcProgram.getProgram(), GL_LINK_STATUS, &linkStatus);
455 ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]);
667 ctx.glUseProgram (program.getProgram());
668 ctx.glBindAttribLocation (program.getProgram(), 0, "test");
670 ctx.glGetAttribLocation (program.getProgram(), "test");
699 ctx.glUseProgram(program.getProgram());
748 ctx.glUseProgram (program.getProgram());
754 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORMS, &numActiveUniforms);
755 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
762 ctx.glUniformBlockBinding(program.getProgram(), -1, 0);
764 ctx.glUniformBlockBinding(program.getProgram(), 5, 0);
769 ctx.glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0);
800 ctx.glUseProgram(program.getProgram());
801 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
802 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
803 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
804 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
814 ctx.glUseProgram(program.getProgram());
826 ctx.glUseProgram(program.getProgram());
834 ctx.glUseProgram(program.getProgram());
846 ctx.glUseProgram(program.getProgram());
850 ctx.glUseProgram(program.getProgram());
860 ctx.glUseProgram(program.getProgram());
897 ctx.glUseProgram(program.getProgram());
898 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
899 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
900 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
901 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
913 ctx.glUseProgram(program.getProgram());
925 ctx.glUseProgram(program.getProgram());
933 ctx.glUseProgram(program.getProgram());
945 ctx.glUseProgram(program.getProgram());
951 ctx.glUseProgram(program.getProgram());
961 ctx.glUseProgram(program.getProgram());
979 ctx.glUseProgram (program.getProgram());
980 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
992 ctx.glUseProgram(program.getProgram());
1027 ctx.glUseProgram(program.getProgram());
1028 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
1029 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
1030 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
1031 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
1041 ctx.glUseProgram(program.getProgram());
1053 ctx.glUseProgram(program.getProgram());
1065 ctx.glUseProgram(program.getProgram());
1083 ctx.glUseProgram(program.getProgram());
1087 ctx.glUseProgram(program.getProgram());
1097 ctx.glUseProgram(program.getProgram());
1134 ctx.glUseProgram(program.getProgram());
1135 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
1136 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
1137 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
1138 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
1150 ctx.glUseProgram(program.getProgram());
1162 ctx.glUseProgram(program.getProgram());
1174 ctx.glUseProgram(program.getProgram());
1192 ctx.glUseProgram(program.getProgram());
1198 ctx.glUseProgram(program.getProgram());
1208 ctx.glUseProgram(program.getProgram());
1226 ctx.glUseProgram (program.getProgram());
1227 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
1239 ctx.glUseProgram(program.getProgram());
1274 ctx.glUseProgram(program.getProgram());
1275 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
1276 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
1277 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
1278 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
1288 ctx.glUseProgram(program.getProgram());
1300 ctx.glUseProgram(program.getProgram());
1312 ctx.glUseProgram(program.getProgram());
1324 ctx.glUseProgram(program.getProgram());
1336 ctx.glUseProgram(program.getProgram());
1340 ctx.glUseProgram(program.getProgram());
1350 ctx.glUseProgram(program.getProgram());
1387 ctx.glUseProgram(program.getProgram());
1388 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4
1389 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4
1390 GLint uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
1391 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
1403 ctx.glUseProgram(program.getProgram());
1415 ctx.glUseProgram(program.getProgram());
1427 ctx.glUseProgram(program.getProgram());
1439 ctx.glUseProgram(program.getProgram());
1451 ctx.glUseProgram(program.getProgram());
1457 ctx.glUseProgram(program.getProgram());
1467 ctx.glUseProgram(program.getProgram());
1485 ctx.glUseProgram (program.getProgram());
1486 int uvec4_f = ctx.glGetUniformLocation(program.getProgram(), "uvec4_f"); // uvec4
1498 ctx.glUseProgram(program.getProgram());
1547 ctx.glUseProgram (program.getProgram());
1548 GLint mat4_v = ctx.glGetUniformLocation(program.getProgram(), "mat4_v"); // mat4
1549 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D
1561 ctx.glUseProgram(program.getProgram());
1584 ctx.glUseProgram(program.getProgram());
1613 ctx.glUseProgram(program.getProgram());
1619 ctx.glUseProgram(program.getProgram());
1640 ctx.glUseProgram(program.getProgram());
1669 ctx.glUseProgram (program.getProgram());
1670 GLint mat4_v = ctx.glGetUniformLocation(program.getProgram(), "mat4_v"); // mat4
1682 ctx.glUseProgram(program.getProgram());
1733 ctx.glUseProgram (program.getProgram());
1734 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1735 ctx.glLinkProgram (program.getProgram());
1779 ctx.glUseProgram (program.getProgram());
1780 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1781 ctx.glLinkProgram (program.getProgram());
1811 ctx.glUseProgram (program.getProgram());
1815 ctx.glTransformFeedbackVaryings (program.getProgram(), 0, 0, GL_INTERLEAVED_ATTRIBS);
1836 ctx.glUseProgram (program.getProgram());
1837 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1838 ctx.glLinkProgram (program.getProgram());
1871 ctx.glUseProgram (program.getProgram());
1872 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1873 ctx.glLinkProgram (program.getProgram());
1907 ctx.glUseProgram (program.getProgram());
1908 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1909 ctx.glLinkProgram (program.getProgram());
1944 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
1946 ctx.glLinkProgram (program.getProgram());
1958 ctx.glGetProgramiv (program.getProgram(), GL_TRANSFORM_FEEDBACK_VARYINGS, &maxTransformFeedbackVaryings);
1959 ctx.glGetTransformFeedbackVarying (program.getProgram(), maxTransformFeedbackVaryings, 32, &length, &size, &type, &name[0]);
1964 ctx.glGetTransformFeedbackVarying (programInvalid.getProgram(), 0, 32, &length, &size, &type, &name[0]);
1989 ctx.glTransformFeedbackVaryings (program.getProgram(), maxTransformFeedbackSeparateAttribs+1, &tfVarying, GL_SEPARATE_ATTRIBS);