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

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.h30 static GLuint LoadProgram(
H A Dgl_program_unittests.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_unittests.cc80 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Docclusion_query_unittests.cc96 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_unittests.cc58 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str);
H A Dgl_virtual_contexts_unittests.cc70 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.cc450 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.h121 MOCK_METHOD1(LoadProgram, void(const std::string&));
H A Dmemory_program_cache_unittest.cc219 TEST_F(MemoryProgramCacheTest, LoadProgram) {
245 cache_->LoadProgram(shader_cache_shader());
343 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/mojo/examples/sample_app/
H A Dspinning_cube.cc118 GLuint LoadProgram(const char* vertext_shader_source, function in namespace:mojo::examples::__anon9044
377 state_->program_object_ = LoadProgram(
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc258 program_cache()->LoadProgram(program_proto);

Completed in 151 milliseconds