OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_context
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.cc
26
void VertexArrayManager::Destroy(bool
have_context
) {
27
have_context_ =
have_context
;
query_manager.cc
73
virtual void Destroy(bool
have_context
) OVERRIDE;
129
void AsyncPixelTransfersCompletedQuery::Destroy(bool /*
have_context
*/) {
150
virtual void Destroy(bool
have_context
) OVERRIDE;
191
void AllSamplesPassedQuery::Destroy(bool
have_context
) {
192
if (
have_context
&& !IsDeleted()) {
209
virtual void Destroy(bool
have_context
) OVERRIDE;
239
void CommandsIssuedQuery::Destroy(bool /*
have_context
*/) {
256
virtual void Destroy(bool
have_context
) OVERRIDE;
282
void CommandLatencyQuery::Destroy(bool /*
have_context
*/) {
302
virtual void Destroy(bool
have_context
) OVERRIDE
[
all
...]
vertex_array_manager.h
29
void Destroy(bool
have_context
);
context_group.cc
276
void ContextGroup::Destroy(GLES2Decoder* decoder, bool
have_context
) {
286
buffer_manager_->Destroy(
have_context
);
291
framebuffer_manager_->Destroy(
have_context
);
298
renderbuffer_manager_->Destroy(
have_context
);
303
texture_manager_->Destroy(
have_context
);
308
program_manager_->Destroy(
have_context
);
313
shader_manager_->Destroy(
have_context
);
renderbuffer_manager.cc
80
void RenderbufferManager::Destroy(bool
have_context
) {
81
have_context_ =
have_context
;
gles2_cmd_decoder_mock.h
45
MOCK_METHOD1(Destroy, void(bool
have_context
));
query_manager.h
69
virtual void Destroy(bool
have_context
) = 0;
156
void Destroy(bool
have_context
);
shader_manager.cc
97
void ShaderManager::Destroy(bool
have_context
) {
99
if (
have_context
) {
context_group.h
62
void Destroy(GLES2Decoder* decoder, bool
have_context
);
renderbuffer_manager.h
151
void Destroy(bool
have_context
);
buffer_manager.cc
38
void BufferManager::Destroy(bool
have_context
) {
39
have_context_ =
have_context
;
framebuffer_manager.h
205
void Destroy(bool
have_context
);
shader_manager.h
166
void Destroy(bool
have_context
);
texture_manager.cc
85
void TextureManager::Destroy(bool
have_context
) {
86
have_context_ =
have_context
;
92
if (
have_context
) {
140
void Texture::RemoveTextureRef(TextureRef* ref, bool
have_context
) {
148
if (
have_context
) {
[
all
...]
framebuffer_manager.cc
261
void FramebufferManager::Destroy(bool
have_context
) {
262
have_context_ =
have_context
;
texture_manager.h
177
void RemoveTextureRef(TextureRef* ref, bool
have_context
);
491
void Destroy(bool
have_context
);
buffer_manager.h
182
void Destroy(bool
have_context
);
gles2_cmd_decoder.h
120
virtual void Destroy(bool
have_context
) = 0;
program_manager.h
327
void Destroy(bool
have_context
);
in_process_command_buffer.cc
497
bool
have_context
= context_ && context_->MakeCurrent(surface_);
local
499
decoder_->Destroy(
have_context
);
program_manager.cc
[
all
...]
gles2_cmd_decoder.cc
555
virtual void Destroy(bool
have_context
) OVERRIDE;
[
all
...]
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
363
bool
have_context
= false;
local
366
have_context
= decoder_->MakeCurrent();
372
decoder_->Destroy(
have_context
);
[
all
...]
Completed in 663 milliseconds