Home
last modified time | relevance | path

Searched refs:CompressedTexSubImage2D (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/angle/extensions/
DANGLE_texture_compression_dxt.txt68 and the <format> parameter of CompressedTexSubImage2D:
103 (at the end of the description of the CompressedTexSubImage2D command):
108 along 4x4 texel boundaries, the limitations of CompressedTexSubImage2D
109 are relaxed. CompressedTexSubImage2D will result in an INVALID_OPERATION
139 INVALID_OPERATION is generated by CompressedTexSubImage2D if <format>
DEXT_texture_storage.txt420 limitations on CompressedTexSubImage2D are relaxed.
421 CompressedTexSubImage2D will result in an INVALID_OPERATION error
432 Remove CompressedTexSubImage2D from this error:
434 "INVALID_OPERATION is generated by CompressedTexSubImage2D,
440 "INVALID_OPERATION is generated by CompressedTexSubImage2D
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_texture_compression_dxt3.txt29 and the <format> parameter of CompressedTexSubImage2D:
DCHROMIUM_texture_compression_dxt5.txt29 and the <format> parameter of CompressedTexSubImage2D:
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h37 OP(CompressedTexSubImage2D) /* 280 */ \
Dgles2_cmd_format_autogen.h1072 struct CompressedTexSubImage2D { struct
1073 typedef CompressedTexSubImage2D ValueType; argument
1126 COMPILE_ASSERT(sizeof(CompressedTexSubImage2D) == 44, argument
1128 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, header) == 0,
1130 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, target) == 4,
1132 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, level) == 8,
1134 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, xoffset) == 12,
1136 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, yoffset) == 16,
1138 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, width) == 20,
1140 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, height) == 24,
[all …]
Dgles2_cmd_format_test_autogen.h429 TEST_F(GLES2FormatTest, CompressedTexSubImage2D) { in TEST_F() argument
430 cmds::CompressedTexSubImage2D& cmd = in TEST_F()
431 *GetBufferAs<cmds::CompressedTexSubImage2D>(); in TEST_F()
444 EXPECT_EQ(static_cast<uint32>(cmds::CompressedTexSubImage2D::kCmdId), in TEST_F()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h36 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D)
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc206 void CompressedTexSubImage2D( in CompressedTexSubImage2D() function
213 &enter)->CompressedTexSubImage2D( in CompressedTexSubImage2D()
1385 &CompressedTexSubImage2D, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h80 void GLES2InterfaceStub::CompressedTexSubImage2D( in CompressedTexSubImage2D() function
Dgles2_trace_implementation_impl_autogen.h136 void GLES2TraceImplementation::CompressedTexSubImage2D( in CompressedTexSubImage2D() function
140 gl_->CompressedTexSubImage2D( in CompressedTexSubImage2D()
Dgles2_interface_autogen.h45 virtual void CompressedTexSubImage2D(
Dgles2_cmd_helper_autogen.h208 void CompressedTexSubImage2D( in CompressedTexSubImage2D() function
212 gles2::cmds::CompressedTexSubImage2D* c = in CompressedTexSubImage2D()
213 GetCmdSpace<gles2::cmds::CompressedTexSubImage2D>(); in CompressedTexSubImage2D()
Dgles2_trace_implementation_autogen.h46 virtual void CompressedTexSubImage2D(
Dgles2_interface_stub_autogen.h46 virtual void CompressedTexSubImage2D(
Dgles2_implementation_autogen.h69 virtual void CompressedTexSubImage2D(
Dgles2_implementation.cc1604 void GLES2Implementation::CompressedTexSubImage2D( in CompressedTexSubImage2D() function in gpu::gles2::GLES2Implementation
1628 helper_->CompressedTexSubImage2D( in CompressedTexSubImage2D()
Dgles2_c_lib_autogen.h91 gles2::GetGLContext()->CompressedTexSubImage2D( in GLES2CompressedTexSubImage2D()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h80 void (*CompressedTexSubImage2D)( member
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h512 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D)
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc507 DELEGATE_TO_GL_9(compressedTexSubImage2D, CompressedTexSubImage2D, in DELEGATE_TO_GL_2()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c133 glGetInterfacePPAPI()->CompressedTexSubImage2D( in glCompressedTexSubImage2D()
/external/chromium_org/third_party/mesa/src/docs/
DMESA_texture_array.spec106 CompressedTexSubImage2D, GetTexLevelParameteriv, and
/external/mesa3d/docs/
DMESA_texture_array.spec106 CompressedTexSubImage2D, GetTexLevelParameteriv, and
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc632 DELEGATE_TO_GL_9(compressedTexSubImage2D, CompressedTexSubImage2D, in DELEGATE_TO_GL_5()

12