HomeSort by relevance Sort by last modified time
    Searched refs:GetImplementation (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/emoji/
EmojiFactory.h 92 static EmojiFactory *GetImplementation(const char *name);
EmojiFactory.cpp 148 EmojiFactory *EmojiFactory::GetImplementation(const char *name) {
176 extern "C" android::EmojiFactory *GetImplementation(
178 return android::EmojiFactory::GetImplementation(name);
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 86 virtual gles2::GLES2Implementation* GetImplementation() = 0;
gl_in_process_context.cc 75 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
157 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() {
342 gles2::GLES2Implementation* gl = GetImplementation();
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 147 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
192 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
220 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
257 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 113 gpu::gles2::GLES2Implementation* GetImplementation() {
webgraphicscontext3d_command_buffer_impl.cc 460 ->GetImplementation()->share_group();
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 183 gl_ = context_->GetImplementation();
    [all...]

Completed in 6508 milliseconds