OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gles2_impl_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc
19
gles2_impl_
(NULL) {}
25
gles2_impl_
(NULL) {}
41
DCHECK(!
gles2_impl_
&& !graphics_context_);
42
gles2_impl_
= gles2_impl;
53
gles2_impl_
= NULL;
99
// Ensure that graphics_context is still live before using
gles2_impl_
.
104
if (
gles2_impl_
)
105
gles2_impl_
->Flush();
ppb_graphics_3d_shared.cc
25
DCHECK(!
gles2_impl_
.get());
85
return
gles2_impl_
->MapTexSubImage2DCHROMIUM(
90
gles2_impl_
->UnmapTexSubImage2DCHROMIUM(mem);
124
gles2_impl_
.reset(new gpu::gles2::GLES2Implementation(
132
if (!
gles2_impl_
->Initialize(
140
gles2_impl_
->PushGroupMarkerEXT(0, "PPAPIContext");
146
gles2_impl_
.reset();
ppb_graphics_3d_shared.h
54
gpu::gles2::GLES2Implementation* gles2_impl() { return
gles2_impl_
.get(); }
77
scoped_ptr<gpu::gles2::GLES2Implementation>
gles2_impl_
;
member in class:ppapi::PPB_Graphics3D_Shared
ppb_video_decoder_shared.h
76
// process only, so
gles2_impl_
is NULL in that case.
77
gpu::gles2::GLES2Implementation*
gles2_impl_
;
member in class:ppapi::PPB_VideoDecoder_Shared
/external/chromium_org/ppapi/proxy/
video_decoder_resource.cc
64
gles2_impl_
(NULL),
135
gles2_impl_
= ppb_graphics3d_shared->gles2_impl();
352
if (
gles2_impl_
) {
353
gles2_impl_
->GenTextures(num_textures, &texture_ids.front());
355
gles2_impl_
->ActiveTexture(GL_TEXTURE0);
356
gles2_impl_
->BindTexture(texture_target, texture_ids[i]);
357
gles2_impl_
->TexParameteri(
359
gles2_impl_
->TexParameteri(
361
gles2_impl_
->TexParameterf(
363
gles2_impl_
->TexParameterf
[
all
...]
video_decoder_resource.h
174
gpu::gles2::GLES2Implementation*
gles2_impl_
;
member in class:ppapi::proxy::VideoDecoderResource
Completed in 819 milliseconds