Home
last modified time | relevance | path

Searched refs:MojoGLES2GetGLES2Interface (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/mojo/public/c/gles2/
Dgles2.h33 MOJO_GLES2_EXPORT void* MojoGLES2GetGLES2Interface(MojoGLES2Context context);
/external/chromium_org/mojo/public/platform/native/
Dgles2_thunks.h45 MojoGLES2GetGLES2Interface, in MojoMakeGLES2ControlThunks()
Dgles2_thunks.cc39 void* MojoGLES2GetGLES2Interface(MojoGLES2Context context) { in MojoGLES2GetGLES2Interface() function
/external/chromium_org/mojo/cc/
Dcontext_provider_mojo.cc31 MojoGLES2GetGLES2Interface(context_)); in ContextGL()
/external/chromium_org/mojo/gles2/
Dgles2_impl.cc56 void* MojoGLES2GetGLES2Interface(MojoGLES2Context context) { in MojoGLES2GetGLES2Interface() function
/external/chromium_org/mojo/examples/sample_app/
Dgles2_client_impl.cc50 MojoGLES2GetGLES2Interface(context_))->ResizeCHROMIUM(size_.width, in SetSize()