Searched refs:sampler_f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 777 GLint sampler_f = glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in init() 780 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 808 glUniform1f(sampler_f, 0.0f); in init() 872 GLint sampler_f = glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in init() 875 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 905 glUniform1fv(sampler_f, 1, &data[0]); in init() 999 GLint sampler_f = glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in init() 1002 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 1104 GLint sampler_f = glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in init() 1107 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 1006 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformf_incompatible_type() local 1009 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformf_incompatible_type() 1037 ctx.glUniform1f(sampler_f, 0.0f); in uniformf_incompatible_type() 1103 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformfv_incompatible_type() local 1106 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformfv_incompatible_type() 1136 ctx.glUniform1fv(sampler_f, 1, &data[0]); in uniformfv_incompatible_type() 1233 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformi_incompatible_type() local 1236 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformi_incompatible_type() 1340 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformiv_incompatible_type() local 1343 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformiv_incompatible_type() [all …]
|