OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gles2
(Results
126 - 150
of
239
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/gpu/command_buffer/service/
context_group.cc
29
namespace
gles2
{
namespace in namespace:gpu
255
bool IsNull(const base::WeakPtr<
gles2
::GLES2Decoder>& decoder) {
282
WeakPtrEquals<
gles2
::GLES2Decoder>(decoder)),
390
} // namespace
gles2
async_pixel_transfer_manager_sync.cc
133
gles2
::TextureRef* ref,
gles2_cmd_decoder.h
34
namespace
gles2
{
namespace in namespace:gpu
56
// This class implements the AsyncAPIInterface interface, decoding
GLES2
131
// Gets the
GLES2
Util which holds info.
242
} // namespace
gles2
gpu_state_tracer.cc
14
namespace
gles2
{
namespace in namespace:gpu
131
} // namespace
gles2
mailbox_manager.cc
14
namespace
gles2
{
namespace in namespace:gpu
111
} // namespace
gles2
memory_program_cache.h
20
namespace
gles2
{
namespace in namespace:gpu
145
} // namespace
gles2
query_manager.h
23
namespace
gles2
{
namespace in namespace:gpu
241
} // namespace
gles2
renderbuffer_manager.h
18
namespace
gles2
{
namespace in namespace:gpu
201
} // namespace
gles2
shader_manager.h
19
namespace
gles2
{
namespace in namespace:gpu
22
// to emluate
GLES2
the shaders will have to be re-written before passed to
217
} // namespace
gles2
shader_translator.h
19
namespace
gles2
{
namespace in namespace:gpu
166
} // namespace
gles2
test_helper.h
12
namespace
gles2
{
namespace in namespace:gpu
124
} // namespace
gles2
texture_definition.h
25
namespace
gles2
{
namespace in namespace:gpu
124
} // namespage
gles2
gpu_scheduler_unittest.cc
50
decoder_.reset(new
gles2
::MockGLES2Decoder());
78
scoped_ptr<
gles2
::MockGLES2Decoder> decoder_;
in_process_command_buffer.h
47
namespace
gles2
{
namespace in namespace:gpu
195
scoped_ptr<
gles2
::GLES2Decoder> decoder_;
shader_translator.cc
17
using gpu::
gles2
::ShaderTranslator;
110
namespace
gles2
{
namespace in namespace:gpu
318
} // namespace
gles2
/external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc
5
#include <
GLES2
/gl2.h>
6
#include <
GLES2
/gl2ext.h>
7
#include <
GLES2
/gl2extchromium.h>
262
::
gles2
::GetGLContext()->SwapBuffers();
278
::
gles2
::GetGLContext()->SwapBuffers();
327
::
gles2
::GetGLContext()->SwapBuffers();
/external/chromium_org/cc/layers/
io_surface_layer_impl.cc
13
#include "gpu/
GLES2
/gl2extchromium.h"
15
#include "third_party/khronos/
GLES2
/gl2.h"
16
#include "third_party/khronos/
GLES2
/gl2ext.h"
78
gpu::
gles2
::GLES2Interface* gl = context_provider->ContextGL();
/external/chromium_org/cc/output/
geometry_binding.cc
9
#include "third_party/khronos/
GLES2
/gl2.h"
14
GeometryBinding::GeometryBinding(gpu::
gles2
::GLES2Interface* gl,
program_binding.cc
10
#include "third_party/khronos/
GLES2
/gl2.h"
12
using gpu::
gles2
::GLES2Interface;
gl_renderer.h
29
namespace
gles2
{
namespace in namespace:gpu
79
static void DebugGLCall(gpu::
gles2
::GLES2Interface* gl,
403
gpu::
gles2
::GLES2Interface* gl_;
/external/chromium_org/gpu/command_buffer/client/
buffer_tracker_unittest.cc
9
#include <
GLES2
/gl2ext.h>
19
namespace
gles2
{
namespace in namespace:gpu
129
} // namespace
gles2
query_tracker.h
8
#include <
GLES2
/gl2.h>
22
namespace
gles2
{
namespace in namespace:gpu
174
} // namespace
gles2
/external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h
34
bool Init(gpu::
gles2
::GLES2Implementation* share_gles2);
/external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons
38
'$SOURCE_ROOT/ppapi/lib/gl/
gles2
',
/external/chromium_org/cc/resources/
resource_provider.h
28
#include "third_party/khronos/
GLES2
/gl2.h"
29
#include "third_party/khronos/
GLES2
/gl2ext.h"
362
static GLint GetActiveTextureUnit(gpu::
gles2
::GLES2Interface* gl);
458
void TransferResource(gpu::
gles2
::GLES2Interface* gl,
481
gpu::
gles2
::GLES2Interface* ContextGL() const;
Completed in 622 milliseconds
1
2
3
4
5
6
7
8
9
10