/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_texture_compression_dxt.txt | 68 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>
|
D | EXT_texture_storage.txt | 420 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/ |
D | CHROMIUM_texture_compression_dxt3.txt | 29 and the <format> parameter of CompressedTexSubImage2D:
|
D | CHROMIUM_texture_compression_dxt5.txt | 29 and the <format> parameter of CompressedTexSubImage2D:
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 37 OP(CompressedTexSubImage2D) /* 280 */ \
|
D | gles2_cmd_format_autogen.h | 1072 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 …]
|
D | gles2_cmd_format_test_autogen.h | 429 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/ |
D | gl2chromium_autogen.h | 36 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 206 void CompressedTexSubImage2D( in CompressedTexSubImage2D() function 213 &enter)->CompressedTexSubImage2D( in CompressedTexSubImage2D() 1385 &CompressedTexSubImage2D, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 80 void GLES2InterfaceStub::CompressedTexSubImage2D( in CompressedTexSubImage2D() function
|
D | gles2_trace_implementation_impl_autogen.h | 136 void GLES2TraceImplementation::CompressedTexSubImage2D( in CompressedTexSubImage2D() function 140 gl_->CompressedTexSubImage2D( in CompressedTexSubImage2D()
|
D | gles2_interface_autogen.h | 45 virtual void CompressedTexSubImage2D(
|
D | gles2_cmd_helper_autogen.h | 208 void CompressedTexSubImage2D( in CompressedTexSubImage2D() function 212 gles2::cmds::CompressedTexSubImage2D* c = in CompressedTexSubImage2D() 213 GetCmdSpace<gles2::cmds::CompressedTexSubImage2D>(); in CompressedTexSubImage2D()
|
D | gles2_trace_implementation_autogen.h | 46 virtual void CompressedTexSubImage2D(
|
D | gles2_interface_stub_autogen.h | 46 virtual void CompressedTexSubImage2D(
|
D | gles2_implementation_autogen.h | 69 virtual void CompressedTexSubImage2D(
|
D | gles2_implementation.cc | 1604 void GLES2Implementation::CompressedTexSubImage2D( in CompressedTexSubImage2D() function in gpu::gles2::GLES2Implementation 1628 helper_->CompressedTexSubImage2D( in CompressedTexSubImage2D()
|
D | gles2_c_lib_autogen.h | 91 gles2::GetGLContext()->CompressedTexSubImage2D( in GLES2CompressedTexSubImage2D()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 80 void (*CompressedTexSubImage2D)( member
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 512 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D)
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 507 DELEGATE_TO_GL_9(compressedTexSubImage2D, CompressedTexSubImage2D, in DELEGATE_TO_GL_2()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 133 glGetInterfacePPAPI()->CompressedTexSubImage2D( in glCompressedTexSubImage2D()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_texture_array.spec | 106 CompressedTexSubImage2D, GetTexLevelParameteriv, and
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 106 CompressedTexSubImage2D, GetTexLevelParameteriv, and
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 632 DELEGATE_TO_GL_9(compressedTexSubImage2D, CompressedTexSubImage2D, in DELEGATE_TO_GL_5()
|