Searched refs:vec4_v (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeShaderApiTests.cpp | 58 "uniform mediump vec4 vec4_v;\n" 62 " gl_Position = mat4_v * vec4_v;\n" 790 GLint vec4_v = glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 in init() 796 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in init() 804 glUniform1f(vec4_v, 0.0f); in init() 806 glUniform2f(vec4_v, 0.0f, 0.0f); in init() 808 glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in init() 810 glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in init() 885 GLint vec4_v in init() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 64 "uniform mediump vec4 vec4_v;\n" 68 " gl_Position = mat4_v * vec4_v;\n" 1019 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 in uniformf_incompatible_type() local 1025 if (vec4_v == -1 || ivec4_f == -1 || uvec4_f == -1 || sampler_f == -1) in uniformf_incompatible_type() 1033 ctx.glUniform1f(vec4_v, 0.0f); in uniformf_incompatible_type() 1035 ctx.glUniform2f(vec4_v, 0.0f, 0.0f); in uniformf_incompatible_type() 1037 ctx.glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1039 ctx.glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1116 GLint vec4_v in uniformfv_incompatible_type() local 1198 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 uniformfv_invalid_count() local 1246 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 uniformi_incompatible_type() local 1353 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 uniformiv_incompatible_type() local 1493 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 uniformui_incompatible_type() local 1606 GLint vec4_v = ctx.glGetUniformLocation(program.getProgram(), "vec4_v"); // vec4 uniformuiv_incompatible_type() local [all...] |
Completed in 4 milliseconds