Searched refs:LoadProgram (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.h30 static GLuint LoadProgram(
H A Dgl_program_unittest.cc66 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
146 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dcompressed_texture_test.cc161 GLuint LoadProgram() { function in class:gpu::CompressedTextureTest
178 return GLTestHelper::LoadProgram(v_shader_src, f_shader_src);
209 GLuint program = LoadProgram();
H A Dgl_chromium_framebuffer_multisample_unittest.cc68 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_unittest.cc80 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Docclusion_query_unittest.cc96 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_virtual_contexts_unittest.cc69 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
121 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_pointcoord_unittest.cc98 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_stream_draw_unittest.cc58 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_depth_texture_unittest.cc89 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_test_utils.cc79 GLuint GLTestHelper::LoadProgram( function in class:GLTestHelper
H A Dgl_copy_texture_CHROMIUM_unittest.cc562 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache.h72 virtual void LoadProgram(const std::string& program) = 0;
H A Dmemory_program_cache.h46 virtual void LoadProgram(const std::string& program) OVERRIDE;
H A Dmocks.h133 MOCK_METHOD1(LoadProgram, void(const std::string&));
H A Dmemory_program_cache_unittest.cc212 TEST_F(MemoryProgramCacheTest, LoadProgram) {
238 cache_->LoadProgram(shader_cache_shader());
336 cache_->LoadProgram(shader_cache_shader());
H A Dprogram_cache_unittest.cc37 virtual void LoadProgram(const std::string& /* program */) OVERRIDE {}
H A Dmemory_program_cache.cc270 void MemoryProgramCache::LoadProgram(const std::string& program) { function in class:gpu::gles2::MemoryProgramCache
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h138 unsigned LoadProgram(const std::string& vertex_source,
H A Dtest_plugin.cc486 scene_.program = LoadProgram(vertex_source, fragment_source);
548 unsigned TestPlugin::LoadProgram(const std::string& vertex_source, function in class:content::TestPlugin
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc117 GLuint LoadProgram(const char* vertext_shader_source, function in namespace:examples::__anon8753
381 state_->program_object_ = LoadProgram(
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc101 GLuint LoadProgram(const char* vertext_shader_source, function in namespace:__anon10055
370 state_->program_object_ = LoadProgram(
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc117 GLuint LoadProgram(const char* vertext_shader_source, function in namespace:__anon10059
380 state_->program_object_ = LoadProgram(
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc268 program_cache()->LoadProgram(program_proto);

Completed in 3878 milliseconds