/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Extensions3D.cpp | 131 void Extensions3D::texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane) 133 m_context->webContext()->texImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
|
Extensions3D.h | 290 void texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane);
|
/external/chromium_org/gpu/GLES2/ |
gl2extchromium.h | 22 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, 26 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 405 virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { }
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | [all...] |
gles2_c_lib_autogen.h | 684 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, 687 target, width, height, ioSurfaceId, plane); [all...] |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_implementation_autogen.h | 501 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
gles2_interface_autogen.h | 291 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
gles2_interface_stub_autogen.h | 320 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
gles2_trace_implementation_autogen.h | 320 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
gles2_cmd_helper_autogen.h | [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 534 WGC3Duint ioSurfaceId, WGC3Duint plane);
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.h | 472 WGC3Duint ioSurfaceId, WGC3Duint plane);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_autogen.h | [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | [all...] |
gles2_cmd_format_test_autogen.h | [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest.cc | [all...] |