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

1 2 3 4 5

  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_chromium_texture_mailbox_autogen.h 11 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/
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...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 30 const GLbyte* _mailbox) {
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 34 DE_STATIC_ASSERT(sizeof(GLbyte) == 1);
glwTypes.inl 46 typedef deInt8 GLbyte;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h     [all...]
gles2_cmd_format.h 32 typedef signed char GLbyte;
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/
VertexAttribute.cpp 31 case GL_BYTE: return size * sizeof(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];
  /external/chromium_org/cc/test/
test_gles2_interface.h 175 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;
test_gles2_interface.cc 387 void TestGLES2Interface::GenMailboxCHROMIUM(GLbyte* mailbox) {
392 const GLbyte* mailbox) {
398 const GLbyte* mailbox) {
403 const GLbyte* mailbox) {
409 const GLbyte* mailbox) {
test_web_graphics_context_3d.h 182 virtual void genMailboxCHROMIUM(GLbyte* mailbox);
184 const GLbyte* mailbox) { }
187 const GLbyte* mailbox) {}
189 const GLbyte* mailbox) { }
191 const GLbyte* mailbox);
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.h 17 typedef signed char GLbyte;
  /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...]

Completed in 2623 milliseconds

1 2 3 4 5