Searched refs:GetAttribInfo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager.h62 const VariableInfo* GetAttribInfo(const std::string& name) const;
H A Dshader_manager_unittest.cc191 shader1->GetAttribInfo(it->first);
216 shader1->GetAttribInfo(it->first);
H A Dprogram_manager.h98 const VertexAttrib* GetAttribInfo(GLint index) const { function in class:gpu::gles2::Program
H A Dshader_manager.cc62 Shader::GetAttribInfo( function in class:gpu::gles2::Shader
H A Dprogram_manager_unittest.cc514 TEST_F(ProgramManagerWithShaderTest, GetAttribInfo) {
520 program->GetAttribInfo(kValidIndex);
526 EXPECT_TRUE(program->GetAttribInfo(kInvalidIndex) == NULL);
902 program->GetAttribInfo(index);
1165 vshader->GetAttribInfo(it->first);
H A Dprogram_manager.cc769 shader->GetAttribInfo(test_name);
993 if (attached_shaders_[ii]->GetAttribInfo(it->first)) {
H A Dgles2_cmd_decoder.cc8929 program->GetAttribInfo(index);
/external/chromium_org/gpu/command_buffer/client/
H A Dprogram_info_manager.cc180 const VertexAttrib* GetAttribInfo(GLint index) const { function in class:gpu::gles2::CachedProgramInfoManager::Program
446 info->GetAttribInfo(index);

Completed in 112 milliseconds