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

1 2 3 4 5 6 7 8 9

  /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...]
format_pack.c 1389 GLbyte du, dv;
1427 GLbyte *d = (GLbyte *) dst;
1440 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f));
1441 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1454 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f));
1455 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1456 GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f));
1457 GLbyte a = 127;
1470 GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f))
    [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...]
mipmap.c 212 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA;
213 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB;
214 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow;
225 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA;
226 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB
    [all...]
pack.c 509 #define DST_TYPE GLbyte
895 #define DST_TYPE GLbyte
    [all...]
pack.h 86 GLuint n, GLenum dstFormat, GLbyte dest[],
texstore.c     [all...]
glformats.c 81 return sizeof(GLbyte);
117 return sizeof(GLbyte);
    [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;
  /external/mesa3d/src/mesa/math/
m_vector.h 89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
  /external/mesa3d/src/mesa/swrast/
s_texfetch_tmp.h     [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...]
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 337 const void* alphaCoords = ((const GLbyte*) vertices.position) + kVertexAlphaOffset;
364 const GLbyte* vertexData = static_cast<const GLbyte*>(vertices.position);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 25 typedef signed char GLbyte;
701 WINGDIAPI void APIENTRY glColor3b(GLbyte red,GLbyte green,GLbyte blue);
702 WINGDIAPI void APIENTRY glColor3bv(const GLbyte *v);
717 WINGDIAPI void APIENTRY glColor4b(GLbyte red,GLbyte green,GLbyte blue,GLbyte alpha);
718 WINGDIAPI void APIENTRY glColor4bv(const GLbyte *v)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 222 GLsizeiptr offset = (GLbyte *)exec->vtx.attrptr[src] -
223 (GLbyte *)exec->vtx.vertex;
  /external/mesa3d/src/glx/
packsingle.h 123 *p = *(GLbyte *)&reply.pad3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
gl.h 157 typedef signed char GLbyte; /* 1-byte signed */
997 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
1003 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1022 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1031 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
  /external/mesa3d/include/GL/
gl.h 153 typedef signed char GLbyte; /* 1-byte signed */
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 153 typedef signed char GLbyte; /* 1-byte signed */
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 335 case GL_BYTE: stride = buffer.componentCount * (int)sizeof(GLbyte); break;
395 GLbyte v = (GLbyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
911 case GL_BYTE: stride = buffer.componentCount * (int)sizeof(GLbyte); break;
971 GLbyte v = (GLbyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
    [all...]

Completed in 1031 milliseconds

1 2 3 4 5 6 7 8 9