OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:j_surface_texture
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/gl/android/
surface_texture.h
65
const base::android::JavaRef<jobject>&
j_surface_texture
() const {
function in class:gfx::SurfaceTexture
77
const base::android::ScopedJavaLocalRef<jobject>&
j_surface_texture
);
surface_texture.cc
44
const base::android::ScopedJavaLocalRef<jobject>&
j_surface_texture
) {
45
j_surface_texture_.Reset(
j_surface_texture
);
scoped_java_surface.cc
46
env, surface_texture->
j_surface_texture
().obj()));
/external/chromium_org/content/browser/android/
child_process_launcher_android.h
43
jobject
j_surface_texture
);
child_process_launcher_android.cc
198
jobject
j_surface_texture
) {
202
env, surface_texture_id, child_process_id,
j_surface_texture
);
/external/chromium_org/content/app/android/
child_process_service.cc
60
surface_texture->
j_surface_texture
().obj(), primary_id,
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc
131
surface_texture->
j_surface_texture
().obj());
Completed in 328 milliseconds