/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress_rgtc.c | 53 static void signed_encode_rgtc_ubyte(GLbyte *blkaddr, GLbyte srccolors[4][4], 59 static void signed_fetch_texel_rgtc(unsigned srcRowStride, const GLbyte *pixdata, 60 unsigned i, unsigned j, GLbyte *value, unsigned comps); 76 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, in extractsrc_s() 141 GLbyte *dst; in _mesa_texstore_signed_red_rgtc1() 146 GLbyte srcpixels[4][4]; in _mesa_texstore_signed_red_rgtc1() 147 GLbyte *blkaddr; in _mesa_texstore_signed_red_rgtc1() 161 dst = (GLbyte *) dstSlices[0]; in _mesa_texstore_signed_red_rgtc1() 242 GLbyte *dst; in _mesa_texstore_signed_rg_rgtc2() 247 GLbyte srcpixels[4][4]; in _mesa_texstore_signed_rg_rgtc2() [all …]
|
D | api_arrayelt.c | 179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 185 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 197 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 211 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 217 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 226 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 684 VertexAttrib1NbvARB(GLuint index, const GLbyte *v) in VertexAttrib1NbvARB() 690 VertexAttrib1bvARB(GLuint index, const GLbyte *v) in VertexAttrib1bvARB() [all …]
|
D | format_unpack.c | 1067 const GLbyte *s = (const GLbyte *) src; in unpack_RGBA_INT8() 1145 const GLbyte *s = (const GLbyte *) src; in unpack_DUDV8() 1158 const GLbyte *s = ((const GLbyte *) src); in unpack_SIGNED_R8() 1174 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); in unpack_SIGNED_RG88_REV() 1175 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); in unpack_SIGNED_RG88_REV() 1187 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); in unpack_SIGNED_RGBX8888() 1188 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); in unpack_SIGNED_RGBX8888() 1189 dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); in unpack_SIGNED_RGBX8888() 1200 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); in unpack_SIGNED_RGBA8888() 1201 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); in unpack_SIGNED_RGBA8888() [all …]
|
D | format_pack.c | 1389 GLbyte du, dv; in pack_float_DUDV8() 1427 GLbyte *d = (GLbyte *) dst; in pack_float_SIGNED_R8() 1440 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RG88_REV() 1441 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RG88_REV() 1454 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1455 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1456 GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1457 GLbyte a = 127; in pack_float_SIGNED_RGBX8888() 1470 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBA8888() 1471 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBA8888() [all …]
|
D | api_loopback.c | 93 loopback_Color3b_f( GLbyte red, GLbyte green, GLbyte blue ) in loopback_Color3b_f() 144 loopback_Color3bv_f( const GLbyte *v ) in loopback_Color3bv_f() 193 loopback_Color4b_f( GLbyte red, GLbyte green, GLbyte blue, in loopback_Color4b_f() 194 GLbyte alpha ) in loopback_Color4b_f() 253 loopback_Color4bv_f( const GLbyte *v ) in loopback_Color4bv_f() 366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) in loopback_Normal3b() 390 loopback_Normal3bv( const GLbyte *v ) in loopback_Normal3bv() 942 loopback_SecondaryColor3bEXT_f( GLbyte red, GLbyte green, GLbyte blue ) in loopback_SecondaryColor3bEXT_f() 996 loopback_SecondaryColor3bvEXT_f( const GLbyte *v ) in loopback_SecondaryColor3bvEXT_f() 1376 loopback_VertexAttrib4bvARB(GLuint index, const GLbyte * v) in loopback_VertexAttrib4bvARB() [all …]
|
D | mipmap.c | 219 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA; in do_row() 220 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row() 221 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow; in do_row() 232 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA; in do_row() 233 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row() 234 GLbyte(*dst)[3] = (GLbyte(*)[3]) dstRow; in do_row() 244 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA; in do_row() 245 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row() 246 GLbyte(*dst)[2] = (GLbyte(*)[2]) dstRow; in do_row() 255 const GLbyte *rowA = (const GLbyte *) srcRowA; in do_row() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 53 static void signed_encode_rgtc_ubyte(GLbyte *blkaddr, GLbyte srccolors[4][4], 59 static void signed_fetch_texel_rgtc(unsigned srcRowStride, const GLbyte *pixdata, 60 unsigned i, unsigned j, GLbyte *value, unsigned comps); 76 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, in extractsrc_s() 141 GLbyte *dst; in _mesa_texstore_signed_red_rgtc1() 146 GLbyte srcpixels[4][4]; in _mesa_texstore_signed_red_rgtc1() 147 GLbyte *blkaddr; in _mesa_texstore_signed_red_rgtc1() 161 dst = (GLbyte *) dstSlices[0]; in _mesa_texstore_signed_red_rgtc1() 242 GLbyte *dst; in _mesa_texstore_signed_rg_rgtc2() 247 GLbyte srcpixels[4][4]; in _mesa_texstore_signed_rg_rgtc2() [all …]
|
D | api_arrayelt.c | 179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 185 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 197 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 211 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 217 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 226 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 684 VertexAttrib1NbvARB(GLuint index, const GLbyte *v) in VertexAttrib1NbvARB() 690 VertexAttrib1bvARB(GLuint index, const GLbyte *v) in VertexAttrib1bvARB() [all …]
|
D | format_unpack.c | 1067 const GLbyte *s = (const GLbyte *) src; in unpack_RGBA_INT8() 1145 const GLbyte *s = (const GLbyte *) src; in unpack_DUDV8() 1158 const GLbyte *s = ((const GLbyte *) src); in unpack_SIGNED_R8() 1174 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); in unpack_SIGNED_RG88_REV() 1175 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); in unpack_SIGNED_RG88_REV() 1187 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); in unpack_SIGNED_RGBX8888() 1188 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); in unpack_SIGNED_RGBX8888() 1189 dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); in unpack_SIGNED_RGBX8888() 1200 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); in unpack_SIGNED_RGBA8888() 1201 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); in unpack_SIGNED_RGBA8888() [all …]
|
D | format_pack.c | 1389 GLbyte du, dv; in pack_float_DUDV8() 1427 GLbyte *d = (GLbyte *) dst; in pack_float_SIGNED_R8() 1440 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RG88_REV() 1441 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RG88_REV() 1454 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1455 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1456 GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBX8888() 1457 GLbyte a = 127; in pack_float_SIGNED_RGBX8888() 1470 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBA8888() 1471 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); in pack_float_SIGNED_RGBA8888() [all …]
|
D | api_loopback.c | 93 loopback_Color3b_f( GLbyte red, GLbyte green, GLbyte blue ) in loopback_Color3b_f() 144 loopback_Color3bv_f( const GLbyte *v ) in loopback_Color3bv_f() 193 loopback_Color4b_f( GLbyte red, GLbyte green, GLbyte blue, in loopback_Color4b_f() 194 GLbyte alpha ) in loopback_Color4b_f() 253 loopback_Color4bv_f( const GLbyte *v ) in loopback_Color4bv_f() 366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) in loopback_Normal3b() 390 loopback_Normal3bv( const GLbyte *v ) in loopback_Normal3bv() 942 loopback_SecondaryColor3bEXT_f( GLbyte red, GLbyte green, GLbyte blue ) in loopback_SecondaryColor3bEXT_f() 996 loopback_SecondaryColor3bvEXT_f( const GLbyte *v ) in loopback_SecondaryColor3bvEXT_f() 1376 loopback_VertexAttrib4bvARB(GLuint index, const GLbyte * v) in loopback_VertexAttrib4bvARB() [all …]
|
D | mipmap.c | 212 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA; in do_row() 213 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row() 214 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow; in do_row() 225 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA; in do_row() 226 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row() 227 GLbyte(*dst)[3] = (GLbyte(*)[3]) dstRow; in do_row() 237 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA; in do_row() 238 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row() 239 GLbyte(*dst)[2] = (GLbyte(*)[2]) dstRow; in do_row() 248 const GLbyte *rowA = (const GLbyte *) srcRowA; in do_row() [all …]
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_test_autogen.h | 2905 static GLbyte data[] = { in TEST_F() 2906 static_cast<GLbyte>(kSomeBaseValueToTestWith + 0), in TEST_F() 2907 static_cast<GLbyte>(kSomeBaseValueToTestWith + 1), in TEST_F() 2908 static_cast<GLbyte>(kSomeBaseValueToTestWith + 2), in TEST_F() 2909 static_cast<GLbyte>(kSomeBaseValueToTestWith + 3), in TEST_F() 2910 static_cast<GLbyte>(kSomeBaseValueToTestWith + 4), in TEST_F() 2911 static_cast<GLbyte>(kSomeBaseValueToTestWith + 5), in TEST_F() 2912 static_cast<GLbyte>(kSomeBaseValueToTestWith + 6), in TEST_F() 2913 static_cast<GLbyte>(kSomeBaseValueToTestWith + 7), in TEST_F() 2914 static_cast<GLbyte>(kSomeBaseValueToTestWith + 8), in TEST_F() [all …]
|
D | gles2_cmd_format.h | 32 typedef signed char GLbyte; typedef 337 return static_cast<uint32_t>(sizeof(GLbyte) * 64); // NOLINT in ComputeDataSize() 349 void Init(GLenum _target, uint32_t _client_id, const GLbyte* _mailbox) { in Init() 359 const GLbyte* _mailbox) { in Set()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_texture_mailbox_unittest.cc | 76 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 79 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 120 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 123 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 164 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 167 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 217 GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 245 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F() 380 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM]; in TEST_F()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2extchromium.h | 55 GL_APICALL void GL_APIENTRY glGenMailboxCHROMIUM(GLbyte* mailbox); 57 GLenum target, const GLbyte* mailbox); 59 GLuint texture, GLenum target, const GLbyte* mailbox); 61 GLenum target, const GLbyte* mailbox); 63 GLenum target, const GLbyte* mailbox); 65 typedef void (GL_APIENTRYP PFNGLGENMAILBOXCHROMIUMPROC) (GLbyte* mailbox); 67 GLenum target, const GLbyte* mailbox); 69 GLuint texture, GLenum target, const GLbyte* mailbox); 71 GLenum target, const GLbyte* mailbox); 73 GLenum target, const GLbyte* mailbox);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 1050 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 4); in FETCH() 1147 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 2); in FETCH() 1160 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1175 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1190 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1205 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1221 texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); in FETCH() 1222 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH() 1238 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); in FETCH() 1239 texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 1050 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 4); in FETCH() 1147 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 2); in FETCH() 1160 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1175 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1190 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1205 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); in FETCH() 1221 texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); in FETCH() 1222 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH() 1238 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); in FETCH() 1239 texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH() [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 59 void (GLAPIENTRY * Color3b)(GLbyte, GLbyte, GLbyte); 60 void (GLAPIENTRY * Color3bv)(const GLbyte *); 75 void (GLAPIENTRY * Color4b)(GLbyte, GLbyte, GLbyte, GLbyte); 76 void (GLAPIENTRY * Color4bv)(const GLbyte *); 102 void (GLAPIENTRY * Normal3b)(GLbyte, GLbyte, GLbyte); 103 void (GLAPIENTRY * Normal3bv)(const GLbyte *);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 59 void (GLAPIENTRY * Color3b)(GLbyte, GLbyte, GLbyte); 60 void (GLAPIENTRY * Color3bv)(const GLbyte *); 75 void (GLAPIENTRY * Color4b)(GLbyte, GLbyte, GLbyte, GLbyte); 76 void (GLAPIENTRY * Color4bv)(const GLbyte *); 102 void (GLAPIENTRY * Normal3b)(GLbyte, GLbyte, GLbyte); 103 void (GLAPIENTRY * Normal3bv)(const GLbyte *);
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_texture_mailbox.txt | 30 void glGenMailboxCHROMIUM (GLbyte *mailbox) 40 void glProduceTextureCHROMIUM (GLenum target, const GLbyte *mailbox) 67 const GLbyte *mailbox) 77 void glConsumeTextureCHROMIUM (GLenum target, const GLbyte *mailbox) 112 const GLbyte *mailbox)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_glfuncs.h | 23 SDL_PROC_UNUSED(void,glColor3b,(GLbyte,GLbyte,GLbyte)) 24 SDL_PROC_UNUSED(void,glColor3bv,(const GLbyte*)) 39 SDL_PROC_UNUSED(void,glColor4b,(GLbyte,GLbyte,GLbyte,GLbyte)) 40 SDL_PROC_UNUSED(void,glColor4bv,(const GLbyte*)) 184 SDL_PROC_UNUSED(void,glNormal3b,(GLbyte nx, GLbyte ny, GLbyte nz)) 185 SDL_PROC_UNUSED(void,glNormal3bv,(const GLbyte *v))
|
/external/chromium_org/cc/test/ |
D | test_gles2_interface.h | 160 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE; 162 const GLbyte* mailbox) OVERRIDE; 164 const GLbyte* mailbox) OVERRIDE;
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 777 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) { in GenMailboxCHROMIUM() argument 780 const GLbyte* /* mailbox */) { in ProduceTextureCHROMIUM() argument 785 const GLbyte* /* mailbox */) { in ProduceTextureDirectCHROMIUM() argument 788 const GLbyte* /* mailbox */) { in ConsumeTextureCHROMIUM() argument 792 const GLbyte* /* mailbox */) { in CreateAndConsumeTextureCHROMIUM() argument
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | formatutils11.cpp | 215 …, GL_RGBA8_SNORM, GL_BYTE, loadToNative<GLbyte, 4> ); in buildD3D11LoadFunctionMap() 224 …, GL_RGBA8I, GL_BYTE, loadToNative<GLbyte, 4> ); in buildD3D11LoadFunctionMap() 245 …, GL_RGB8I, GL_BYTE, loadToNative3To4<GLbyte, 0x01> ); in buildD3D11LoadFunctionMap() 251 …, GL_RG8_SNORM, GL_BYTE, loadToNative<GLbyte, 2> ); in buildD3D11LoadFunctionMap() 256 …, GL_RG8I, GL_BYTE, loadToNative<GLbyte, 2> ); in buildD3D11LoadFunctionMap() 262 …, GL_R8_SNORM, GL_BYTE, loadToNative<GLbyte, 1> ); in buildD3D11LoadFunctionMap() 267 …, GL_R8I, GL_BYTE, loadToNative<GLbyte, 1> ); in buildD3D11LoadFunctionMap() 858 …map.insert(InternalFormatInitializerPair(GL_RGB8I, initialize4ComponentData<GLbyte, 0x00, … in BuildInternalFormatInitializerMap() 1411 … GL_FALSE, 1, VERTEX_CONVERT_GPU, DXGI_FORMAT_R8_SINT, ©VertexData<GLbyte, 1, 0>); in BuildD3D11VertexFormatInfoMap() 1412 … GL_FALSE, 2, VERTEX_CONVERT_GPU, DXGI_FORMAT_R8G8_SINT, ©VertexData<GLbyte, 2, 0>); in BuildD3D11VertexFormatInfoMap() [all …]
|