Home
last modified time | relevance | path

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

/external/chromium_org/content/common/gpu/client/
Dgl_helper_scaling.cc841 helper_->CompileShaderFromSource(vertex_shader_text, GL_VERTEX_SHADER); in Setup()
848 GLuint fragment_shader = helper_->CompileShaderFromSource( in Setup()
Dgl_helper.h231 GLuint CompileShaderFromSource(const GLchar* source, GLenum type);
Dgl_helper.cc757 GLuint GLHelper::CompileShaderFromSource(const GLchar* source, GLenum type) { in CompileShaderFromSource() function in content::GLHelper