HomeSort by relevance Sort by last modified time
    Searched refs:GLbyte (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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,
141 GLbyte *dst;
146 GLbyte srcpixels[4][4];
147 GLbyte *blkaddr;
161 dst = (GLbyte *) dstSlices[0];
242 GLbyte *dst
    [all...]
api_arrayelt.c 179 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 *v
    [all...]
format_unpack.c 1067 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) (s[i] >> 16) )
    [all...]
  /external/mesa3d/src/mesa/main/
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,
141 GLbyte *dst;
146 GLbyte srcpixels[4][4];
147 GLbyte *blkaddr;
161 dst = (GLbyte *) dstSlices[0];
242 GLbyte *dst
    [all...]
api_arrayelt.c 179 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 *v
    [all...]
format_unpack.c 1067 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) (s[i] >> 16) )
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 34 DE_STATIC_ASSERT(sizeof(GLbyte) == 1);
glwTypes.inl 46 typedef deInt8 GLbyte;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h     [all...]
gles2_cmd_format.h 32 typedef signed char GLbyte;
337 return static_cast<uint32_t>(sizeof(GLbyte) * 64); // NOLINT
349 void Init(GLenum _target, uint32_t _client_id, const GLbyte* _mailbox) {
359 const GLbyte* _mailbox) {
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.h 17 typedef signed char GLbyte;
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittest.cc 76 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];
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 281 GLbyte byteVertices[] = { -1,-1,0, // Position
282 (GLbyte)255,0,0,(GLbyte)255, // Color
287 0,(GLbyte)255,0,(GLbyte)255,
292 0,0,(GLbyte)255,(GLbyte)255,
328 uiSize = 3*(sizeof(GLbyte)*10);
361 size_of = sizeof(GLbyte);
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 50 const GLbyte* _mailbox) {
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_vector.h 89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
  /external/mesa3d/src/mesa/math/
m_vector.h 89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
  /external/chromium_org/gpu/GLES2/
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)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfetch_tmp.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch_tmp.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
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)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
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)
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.h 160 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
162 const GLbyte* mailbox) OVERRIDE;
164 const GLbyte* mailbox) OVERRIDE;
  /external/qemu/distrib/sdl-1.2.15/src/video/
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)
    [all...]

Completed in 5034 milliseconds

1 2 3 4 5 6 7 8 91011