Home
last modified time | relevance | path

Searched refs:source_Cube_texture_uniform_location (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6313 GLint source_Cube_texture_uniform_location, GLenum source_Cube_texture_unit,
7261 GLint source_Cube_texture_uniform_location, GLenum source_Cube_texture_unit, in setUniformValues() argument
7272 source_3D_texture_uniform_location == -1 || source_Cube_texture_uniform_location == -1 || in setUniformValues()
7288 gl.uniform1i(source_Cube_texture_uniform_location, source_Cube_texture_unit - GL_TEXTURE0); in setUniformValues()
9546 GLint source_Cube_texture_uniform_location = -1; in getUniformLocations() local
9547source_Cube_texture_uniform_location = gl.getUniformLocation(program_object_id, "src_textureCub… in getUniformLocations()
9548 if (source_Cube_texture_uniform_location == -1) in getUniformLocations()
9565 *source_Cube_texture_uniform_location_ptr = source_Cube_texture_uniform_location; in getUniformLocations()