HomeSort by relevance Sort by last modified time
    Searched refs:GLES2 (Results 276 - 300 of 409) sorted by null

<<11121314151617

  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager_unittest.cc 7 #include <GLES2/gl2ext.h>
11 namespace gles2 { namespace in namespace:gpu
260 } // namespace gles2
gles2_implementation.h 8 #include <GLES2/gl2.h>
111 namespace gles2 { namespace in namespace:gpu
122 // This class emulates GLES2 over command buffers. It can be used by a client
828 } // namespace gles2
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 5 #include <GLES2/gl2.h>
18 #include "ppapi/lib/gl/gles2/gl2ext_ppapi.h"
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 5 #include <GLES2/gl2.h>
19 #include "ppapi/lib/gl/gles2/gl2ext_ppapi.h"
  /frameworks/native/libs/gui/tests/
GLTest.cpp 21 #include <GLES2/gl2.h>
  /frameworks/rs/driver/
rsdShaderCache.cpp 25 #include <GLES2/gl2.h>
rsdShader.cpp 17 #include <GLES2/gl2.h>
18 #include <GLES2/gl2ext.h>
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 27 #include <GLES2/gl2.h>
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 11 #include <GLES2/gl2.h>
15 #include <GLES2/gl2ext.h>
16 #include <GLES2/gl2extchromium.h>
77 virtual scoped_refptr<gles2::ShaderTranslatorCache> shader_translator_cache()
84 scoped_refptr<gpu::gles2::ShaderTranslatorCache> shader_translator_cache_;
105 scoped_refptr<gles2::ShaderTranslatorCache>
108 shader_translator_cache_ = new gpu::gles2::ShaderTranslatorCache;
188 scoped_refptr<gles2::MailboxManager>
191 mailbox_manager_ = new gles2::MailboxManager();
344 decoder_.reset(gles2::GLES2Decoder::Create
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 13 #include <GLES2/gl2.h>
18 // will return the wrong pointer for built in GLES2 functions. This set of functions
  /frameworks/base/libs/hwui/
TextureCache.cpp 20 #include <GLES2/gl2.h>
  /frameworks/native/cmds/flatland/
Main.cpp 28 #include <GLES2/gl2.h>
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 39 #include <GLES2/gl2chromium.h>
40 #include <GLES2/gl2platform.h>
45 * API: gles2
  /frameworks/native/libs/gui/
GLConsumer.cpp 26 #include <GLES2/gl2.h>
27 #include <GLES2/gl2ext.h>
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 21 #include <GLES2/gl2.h>
22 #include <GLES2/gl2ext.h>
662 // only supported for GLES2 and above
679 // only supported for GLES2 and above
    [all...]
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 5 #include <GLES2/gl2.h>
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 14 #include <GLES2/gl2.h>
15 #include <GLES2/gl2ext.h>
16 #include "ppapi/lib/gl/gles2/gl2ext_ppapi.h"
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 6 #include <GLES2/gl2platform.h>
481 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
483 #define GLES2_GET_FUN(name) GLES2 ## name
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 10 #include <GLES2/gl2.h>
11 #include <GLES2/gl2ext.h>
12 #include <GLES2/gl2extchromium.h>
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 284 Some GL extensions are exposed to Native Client applications, see the `GLES2
574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi/lib/gl/gles2/gles2.c
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 21 * \brief GLES2 resource sharing performnace tests.
45 #include <GLES2/gl2.h>
46 #include <GLES2/gl2ext.h>
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 96 #include <GLES2/gl2.h>
97 #include <GLES2/gl2ext.h>
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 9 * - Added #include <GLES2/gl2.h>
16 #include <GLES2/gl2.h>
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 6 #include <GLES2/gl2platform.h>
gl2ext.h 6 #include <GLES2/gl2.h>
    [all...]

Completed in 814 milliseconds

<<11121314151617