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 | 1002 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformf_incompatible_type() local 1005 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformf_incompatible_type() 1033 ctx.glUniform1f(sampler_f, 0.0f); in uniformf_incompatible_type() 1099 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformfv_incompatible_type() local 1102 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformfv_incompatible_type() 1132 ctx.glUniform1fv(sampler_f, 1, &data[0]); in uniformfv_incompatible_type() 1229 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformi_incompatible_type() local 1232 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformi_incompatible_type() 1336 GLint sampler_f = ctx.glGetUniformLocation(program.getProgram(), "sampler_f"); // sampler2D in uniformiv_incompatible_type() local 1339 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformiv_incompatible_type() [all …]
|