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

12345

/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...]
/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...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DVertexBuffer11.cpp339 { &copyToFloatVertexData<GLbyte, 1, false>, false, DXGI_FORMAT_R32_FLOAT, 4 },
340 { &copyToFloatVertexData<GLbyte, 2, false>, false, DXGI_FORMAT_R32G32_FLOAT, 8 },
341 { &copyToFloatVertexData<GLbyte, 3, false>, false, DXGI_FORMAT_R32G32B32_FLOAT, 12 },
342 { &copyToFloatVertexData<GLbyte, 4, false>, false, DXGI_FORMAT_R32G32B32A32_FLOAT, 16 },
345 { &copyVertexData<GLbyte, 1, false, true>, true, DXGI_FORMAT_R8_SNORM, 1 },
346 { &copyVertexData<GLbyte, 2, false, true>, true, DXGI_FORMAT_R8G8_SNORM, 2 },
347 { &copyVertexData<GLbyte, 3, true, true>, false, DXGI_FORMAT_R8G8B8A8_SNORM, 4 },
348 { &copyVertexData<GLbyte, 4, false, true>, true, DXGI_FORMAT_R8G8B8A8_SNORM, 4 },
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h3996 static GLbyte data[] = {
3997 static_cast<GLbyte>(kSomeBaseValueToTestWith + 0),
3998 static_cast<GLbyte>(kSomeBaseValueToTestWith + 1),
3999 static_cast<GLbyte>(kSomeBaseValueToTestWith + 2),
4000 static_cast<GLbyte>(kSomeBaseValueToTestWith + 3),
4001 static_cast<GLbyte>(kSomeBaseValueToTestWith + 4),
4002 static_cast<GLbyte>(kSomeBaseValueToTestWith + 5),
4003 static_cast<GLbyte>(kSomeBaseValueToTestWith + 6),
4004 static_cast<GLbyte>(kSomeBaseValueToTestWith + 7),
4005 static_cast<GLbyte>(kSomeBaseValueToTestWit
[all...]
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/
H A DHello_Triangle.c81 GLbyte vShaderStr[] =
88 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/
H A DSimple_Texture2D.c81 GLbyte vShaderStr[] =
91 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/
H A DSimple_VertexShader.c48 GLbyte vShaderStr[] =
56 GLbyte fShaderStr[] =
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager.h22 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/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/gpu/GLES2/
H A Dgl2extchromium.h55 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/
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/chromium_org/third_party/angle/samples/angle/Simple_Instancing/
H A DSimple_Instancing.c94 GLbyte vShaderStr[] =
105 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/
H A DMultiTexture.c77 GLbyte vShaderStr[] =
87 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/PostSubBuffer/
H A DPostSubBuffer.c53 GLbyte vShaderStr[] =
61 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
H A DSimple_TextureCubemap.c109 GLbyte vShaderStr[] =
119 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
H A DStencil_Test.c38 GLbyte vShaderStr[] =
45 GLbyte fShaderStr[] =
/external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
H A DTextureWrap.c116 GLbyte vShaderStr[] =
128 GLbyte fShaderStr[] =
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_mailbox_unittests.cc75 GLbyte mailbox1[GL_MAILBOX_SIZE_CHROMIUM];
78 GLbyte mailbox2[GL_MAILBOX_SIZE_CHROMIUM];
131 GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM];
160 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM];
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h159 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
161 const GLbyte* mailbox) OVERRIDE;
163 const GLbyte* mailbox) OVERRIDE;
/external/chromium_org/third_party/angle/samples/gles2_book/MultipleRenderTargets/
H A DMultipleRenderTargets.c93 GLbyte vShaderStr[] =
103 GLbyte fMultiShaderStr[] =
117 GLbyte fShaderStr[] =

Completed in 2607 milliseconds

12345