Searched refs:TexStorage2DEXT (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h163 OP(TexStorage2DEXT) /* 404 */ \
H A Dgles2_cmd_format_autogen.h6851 struct TexStorage2DEXT { struct
6852 typedef TexStorage2DEXT ValueType;
6895 COMPILE_ASSERT(sizeof(TexStorage2DEXT) == 24, Sizeof_TexStorage2DEXT_is_not_24);
6896 COMPILE_ASSERT(offsetof(TexStorage2DEXT, header) == 0,
6898 COMPILE_ASSERT(offsetof(TexStorage2DEXT, target) == 4,
6900 COMPILE_ASSERT(offsetof(TexStorage2DEXT, levels) == 8,
6902 COMPILE_ASSERT(offsetof(TexStorage2DEXT, internalFormat) == 12,
6904 COMPILE_ASSERT(offsetof(TexStorage2DEXT, width) == 16,
6906 COMPILE_ASSERT(offsetof(TexStorage2DEXT, height) == 20,
H A Dgles2_cmd_format_test_autogen.h2462 TEST_F(GLES2FormatTest, TexStorage2DEXT) {
2463 cmds::TexStorage2DEXT& cmd = *GetBufferAs<cmds::TexStorage2DEXT>();
2470 EXPECT_EQ(static_cast<uint32_t>(cmds::TexStorage2DEXT::kCmdId),
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h90 virtual void TexStorage2DEXT(GLenum target,
H A Dtest_gles2_interface.cc214 void TestGLES2Interface::TexStorage2DEXT(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h168 #define glTexStorage2DEXT GLES2_GET_FUN(TexStorage2DEXT)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc1130 TexStorage2DEXT cmd;
1278 TexStorage2DEXT(
1286 TexStorage2DEXT storage_cmd;
H A Dgles2_cmd_decoder_autogen.h2737 const gles2::cmds::TexStorage2DEXT& c =
2738 *static_cast<const gles2::cmds::TexStorage2DEXT*>(cmd_data);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h602 void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1421 void TexStorage2DEXT(GLenum target, function
1426 gles2::cmds::TexStorage2DEXT* c = GetCmdSpace<gles2::cmds::TexStorage2DEXT>();
H A Dgles2_implementation_unittest_autogen.h1638 TEST_F(GLES2ImplementationTest, TexStorage2DEXT) {
1640 cmds::TexStorage2DEXT cmd;
1645 gl_->TexStorage2DEXT(GL_TEXTURE_2D, 2, GL_RGB565, 4, 5);
H A Dgles2_trace_implementation_impl_autogen.h1042 void GLES2TraceImplementation::TexStorage2DEXT(GLenum target, function in class:GLES2TraceImplementation
1047 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexStorage2DEXT");
1048 gl_->TexStorage2DEXT(target, levels, internalFormat, width, height);
H A Dgles2_implementation_autogen.h512 virtual void TexStorage2DEXT(GLenum target,
H A Dgles2_interface_autogen.h347 virtual void TexStorage2DEXT(GLenum target,
H A Dgles2_interface_stub_autogen.h375 virtual void TexStorage2DEXT(GLenum target,
H A Dgles2_trace_implementation_autogen.h375 virtual void TexStorage2DEXT(GLenum target,
H A Dgles2_implementation_impl_autogen.h1810 void GLES2Implementation::TexStorage2DEXT(GLenum target, function in class:GLES2Implementation
1833 helper_->TexStorage2DEXT(target, levels, internalFormat, width, height);
H A Dgles2_c_lib_autogen.h660 gles2::GetGLContext()->TexStorage2DEXT(
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc793 DELEGATE_TO_GL_5(texStorage2DEXT, TexStorage2DEXT,
/external/chromium_org/cc/resources/
H A Dresource_provider.cc1838 gl->TexStorage2DEXT(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1311 #define glTexStorage2DEXT GLES2_GET_FUN(TexStorage2DEXT)

Completed in 495 milliseconds