Searched refs:ivec4_f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 775 GLint ivec4_f = glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in init() 780 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 800 glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in init() 870 GLint ivec4_f = glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in init() 875 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 897 glUniform4fv(ivec4_f, 1, &data[0]); in init() 997 GLint ivec4_f = glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in init() 1002 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 1010 glUniform1i(ivec4_f, 0); in init() 1012 glUniform2i(ivec4_f, 0, 0); in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 1004 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in uniformf_incompatible_type() local 1009 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformf_incompatible_type() 1029 ctx.glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1101 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in uniformfv_incompatible_type() local 1106 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformfv_incompatible_type() 1128 ctx.glUniform4fv(ivec4_f, 1, &data[0]); in uniformfv_incompatible_type() 1231 GLint ivec4_f = ctx.glGetUniformLocation(program.getProgram(), "ivec4_f"); // ivec4 in uniformi_incompatible_type() local 1236 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformi_incompatible_type() 1244 ctx.glUniform1i(ivec4_f, 0); in uniformi_incompatible_type() 1246 ctx.glUniform2i(ivec4_f, 0, 0); in uniformi_incompatible_type() [all …]
|