Searched refs:GLbyte (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_chromium_texture_mailbox_autogen.h11 VISIT_GL_CALL(GenMailboxCHROMIUM, void, (GLbyte * mailbox), (mailbox))
14 (GLenum target, const GLbyte* mailbox),
18 (GLuint texture, GLenum target, const GLbyte* mailbox),
22 (GLenum target, const GLbyte* mailbox),
26 (GLenum target, const GLbyte* mailbox),
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_rgtc.c53 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,
141 GLbyte *dst;
146 GLbyte srcpixels[4][4];
147 GLbyte *blkaddr;
161 dst = (GLbyte *) dstSlices[0];
242 GLbyte *ds
[all...]
H A Dapi_arrayelt.c179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v)
185 VertexAttrib1bvNV(GLuint index, const GLbyte *v)
191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v)
197 VertexAttrib2bvNV(GLuint index, const GLbyte *v)
203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v)
211 VertexAttrib3bvNV(GLuint index, const GLbyte *v)
217 VertexAttrib4NbvNV(GLuint index, const GLbyte *v)
226 VertexAttrib4bvNV(GLuint index, const GLbyte *v)
684 VertexAttrib1NbvARB(GLuint index, const GLbyte *v)
690 VertexAttrib1bvARB(GLuint index, const GLbyte *
[all...]
H A Dformat_unpack.c1067 const GLbyte *s = (const GLbyte *) src;
1145 const GLbyte *s = (const GLbyte *) src;
1158 const GLbyte *s = ((const GLbyte *) src);
1174 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) );
1175 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) );
1187 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) );
1188 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_rgtc.c53 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,
141 GLbyte *dst;
146 GLbyte srcpixels[4][4];
147 GLbyte *blkaddr;
161 dst = (GLbyte *) dstSlices[0];
242 GLbyte *ds
[all...]
H A Dapi_arrayelt.c179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v)
185 VertexAttrib1bvNV(GLuint index, const GLbyte *v)
191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v)
197 VertexAttrib2bvNV(GLuint index, const GLbyte *v)
203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v)
211 VertexAttrib3bvNV(GLuint index, const GLbyte *v)
217 VertexAttrib4NbvNV(GLuint index, const GLbyte *v)
226 VertexAttrib4bvNV(GLuint index, const GLbyte *v)
684 VertexAttrib1NbvARB(GLuint index, const GLbyte *v)
690 VertexAttrib1bvARB(GLuint index, const GLbyte *
[all...]
H A Dformat_unpack.c1067 const GLbyte *s = (const GLbyte *) src;
1145 const GLbyte *s = (const GLbyte *) src;
1158 const GLbyte *s = ((const GLbyte *) src);
1174 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) );
1175 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) );
1187 dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) );
1188 dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper.h30 const GLbyte* _mailbox) {
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp34 DE_STATIC_ASSERT(sizeof(GLbyte) == 1);
H A DglwTypes.inl46 typedef deInt8 GLbyte;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h2937 static GLbyte data[] = {
2938 static_cast<GLbyte>(kSomeBaseValueToTestWith + 0),
2939 static_cast<GLbyte>(kSomeBaseValueToTestWith + 1),
2940 static_cast<GLbyte>(kSomeBaseValueToTestWith + 2),
2941 static_cast<GLbyte>(kSomeBaseValueToTestWith + 3),
2942 static_cast<GLbyte>(kSomeBaseValueToTestWith + 4),
2943 static_cast<GLbyte>(kSomeBaseValueToTestWith + 5),
2944 static_cast<GLbyte>(kSomeBaseValueToTestWith + 6),
2945 static_cast<GLbyte>(kSomeBaseValueToTestWith + 7),
2946 static_cast<GLbyte>(kSomeBaseValueToTestWit
[all...]
H A Dgles2_cmd_format.h32 typedef signed char GLbyte; typedef
226 return static_cast<uint32_t>(sizeof(GLbyte) * 64); // NOLINT
238 void Init(GLenum _target, uint32_t _client_id, const GLbyte* _mailbox) {
248 const GLbyte* _mailbox) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.cpp31 case GL_BYTE: return size * sizeof(GLbyte);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_mailbox_unittest.cc76 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
79 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM];
120 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
123 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM];
164 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
167 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM];
217 GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM];
245 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM];
380 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager.h17 typedef signed char GLbyte; typedef
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_vector.h89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
/external/mesa3d/src/mesa/math/
H A Dm_vector.h89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h55 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* mailbo
[all...]
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h175 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
177 const GLbyte* mailbox) OVERRIDE;
180 const GLbyte* mailbox) OVERRIDE;
182 const GLbyte* mailbox) OVERRIDE;
185 const GLbyte* mailbox) OVERRIDE;
H A Dtest_gles2_interface.cc387 void TestGLES2Interface::GenMailboxCHROMIUM(GLbyte* mailbox) {
392 const GLbyte* mailbox) {
398 const GLbyte* mailbox) {
403 const GLbyte* mailbox) {
409 const GLbyte* mailbox) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch_tmp.h1050 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 4);
1147 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 2);
1160 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1);
1175 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1);
1190 const GLbyte s = *TEXEL_ADDR(GLbyte, texImag
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch_tmp.h1050 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 4);
1147 const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 2);
1160 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1);
1175 const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1);
1190 const GLbyte s = *TEXEL_ADDR(GLbyte, texImag
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h59 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, GLbyt
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h59 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, GLbyt
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h23 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 n
[all...]

Completed in 644 milliseconds

12345