HomeSort by relevance Sort by last modified time
    Searched full:glbyte (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /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...]
api_loopback.c 93 loopback_Color3b_f( GLbyte red, GLbyte green, GLbyte blue )
144 loopback_Color3bv_f( const GLbyte *v )
193 loopback_Color4b_f( GLbyte red, GLbyte green, GLbyte blue,
194 GLbyte alpha )
253 loopback_Color4bv_f( const GLbyte *v )
366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz
    [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...]
api_loopback.c 93 loopback_Color3b_f( GLbyte red, GLbyte green, GLbyte blue )
144 loopback_Color3bv_f( const GLbyte *v )
193 loopback_Color4b_f( GLbyte red, GLbyte green, GLbyte blue,
194 GLbyte alpha )
253 loopback_Color4bv_f( const GLbyte *v )
366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz
    [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/chromium_org/gpu/command_buffer/service/
mailbox_manager.h 22 typedef signed char GLbyte;
35 GLbyte key[GL_MAILBOX_SIZE_CHROMIUM / 2];
36 GLbyte signature[GL_MAILBOX_SIZE_CHROMIUM / 2];
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_mailbox.txt 29 void glGenMailboxCHROMIUM (GLbyte *mailbox)
39 void glProduceTextureCHROMIUM (GLenum target, const GLbyte *mailbox)
65 void glConsumeTextureCHROMIUM (GLenum target, const GLbyte *mailbox)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h     [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer11.cpp 317 { &copyToFloatVertexData<GLbyte, 1, false>, false, DXGI_FORMAT_R32_FLOAT, 4 },
318 { &copyToFloatVertexData<GLbyte, 2, false>, false, DXGI_FORMAT_R32G32_FLOAT, 8 },
319 { &copyToFloatVertexData<GLbyte, 3, false>, false, DXGI_FORMAT_R32G32B32_FLOAT, 12 },
320 { &copyToFloatVertexData<GLbyte, 4, false>, false, DXGI_FORMAT_R32G32B32A32_FLOAT, 16 },
323 { &copyVertexData<GLbyte, 1, false, true>, true, DXGI_FORMAT_R8_SNORM, 1 },
324 { &copyVertexData<GLbyte, 2, false, true>, true, DXGI_FORMAT_R8G8_SNORM, 2 },
325 { &copyVertexData<GLbyte, 3, true, true>, false, DXGI_FORMAT_R8G8B8A8_SNORM, 4 },
326 { &copyVertexData<GLbyte, 4, false, true>, true, DXGI_FORMAT_R8G8B8A8_SNORM, 4 },
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 75 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
78 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM];
131 GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM];
160 GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM];
189 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM];
  /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/gpu/GLES2/
gl2extchromium.h 55 GL_APICALL void GL_APIENTRY glGenMailboxCHROMIUM(GLbyte* mailbox);
57 GLenum target, const GLbyte* mailbox);
59 GLenum target, const GLbyte* mailbox);
61 typedef void (GL_APIENTRYP PFNGLGENMAILBOXCHROMIUMPROC) (GLbyte* mailbox);
63 GLenum target, const GLbyte* mailbox);
65 GLenum target, const GLbyte* mailbox);
  /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/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...]
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Hello_Triangle/
Hello_Triangle.c 81 GLbyte vShaderStr[] =
88 GLbyte fShaderStr[] =
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_Texture2D/
Simple_Texture2D.c 81 GLbyte vShaderStr[] =
91 GLbyte fShaderStr[] =
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_VertexShader/
Simple_VertexShader.c 48 GLbyte vShaderStr[] =
56 GLbyte fShaderStr[] =
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 77 extern _X_HIDDEN void __indirect_glColor3b(GLbyte red, GLbyte green, GLbyte blue);
78 extern _X_HIDDEN void __indirect_glColor3bv(const GLbyte * v);
93 extern _X_HIDDEN void __indirect_glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
94 extern _X_HIDDEN void __indirect_glColor4bv(const GLbyte * v);
120 extern _X_HIDDEN void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz)
    [all...]

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 9