Home
last modified time | relevance | path

Searched refs:ioSurfaceId (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp131 …geIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane) in texImageIOSurface2DCHROMIUM() argument
133 m_context->webContext()->texImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane); in texImageIOSurface2DCHROMIUM()
DExtensions3D.h290 …void texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, uns…
/external/chromium_org/gpu/GLES2/
Dgl2extchromium.h22 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
26 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h1653 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, in TexImageIOSurface2DCHROMIUM() argument
1656 …extureBindTarget(target) << ", " << width << ", " << height << ", " << ioSurfaceId << ", " << plan… in TexImageIOSurface2DCHROMIUM()
1667 target, width, height, ioSurfaceId, plane); in TexImageIOSurface2DCHROMIUM()
Dgles2_trace_implementation_impl_autogen.h1111 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, in TexImageIOSurface2DCHROMIUM() argument
1114 gl_->TexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane); in TexImageIOSurface2DCHROMIUM()
Dgles2_c_lib_autogen.h684 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, in GLES2TexImageIOSurface2DCHROMIUM() argument
687 target, width, height, ioSurfaceId, plane); in GLES2TexImageIOSurface2DCHROMIUM()
Dgles2_interface_autogen.h291 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
Dgles2_trace_implementation_autogen.h320 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
Dgles2_interface_stub_autogen.h320 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
Dgles2_implementation_autogen.h501 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
Dgles2_cmd_helper_autogen.h1791 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, in TexImageIOSurface2DCHROMIUM() argument
1796 c->Init(target, width, height, ioSurfaceId, plane); in TexImageIOSurface2DCHROMIUM()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h405 …DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plan… in texImageIOSurface2DCHROMIUM() argument
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.h472 WGC3Duint ioSurfaceId, WGC3Duint plane); in NON_EXPORTED_BASE()
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.h534 WGC3Duint ioSurfaceId, WGC3Duint plane);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2ext.h1952 …Surface2DCHROMIUM (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1955 …URFACE2DCHROMIUM) (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
/external/chromium_org/gpu/command_buffer/
Dcmd_buffer_functions.txt201 … (GLenumTextureBindTarget target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_autogen.h3043 GLuint ioSurfaceId = static_cast<GLuint>(c.ioSurfaceId); in HandleTexImageIOSurface2DCHROMIUM() local
3060 DoTexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane); in HandleTexImageIOSurface2DCHROMIUM()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc2825 blink::WGC3Duint ioSurfaceId,
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h9493 ioSurfaceId = _ioSurfaceId; in Init()
9509 uint32 ioSurfaceId; member
9523 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, ioSurfaceId) == 16,
Dgles2_cmd_format_test_autogen.h3888 EXPECT_EQ(static_cast<GLuint>(14), cmd.ioSurfaceId); in TEST_F()