Searched refs:GLbyte (Results 1 – 6 of 6) sorted by relevance
152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b()167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b()185 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b()242 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetchExpand3b()
324 vertexAttribs[indx].elemSize = sizeof(GLbyte) * size; in glVertexAttribPointer()
57 typedef signed char GLbyte; typedef
1624 void* widthCoords = ((GLbyte*) aaVertices) + gVertexAAWidthOffset; in drawAARect()1625 void* lengthCoords = ((GLbyte*) aaVertices) + gVertexAALengthOffset; in drawAARect()1752 void* widthCoords = ((GLbyte*) aaVertices) + gVertexAAWidthOffset; in drawLines()1753 void* lengthCoords = ((GLbyte*) aaVertices) + gVertexAALengthOffset; in drawLines()
22 typedef khronos_int8_t GLbyte; typedef
26 typedef khronos_int8_t GLbyte; typedef