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

/frameworks/native/opengl/libagl/
H A Darray.cpp152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
185 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
242 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
/frameworks/native/opengl/include/GLES/
H A Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h26 typedef khronos_int8_t GLbyte; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h57 typedef signed char GLbyte; typedef
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1977 void* alphaCoords = ((GLbyte*) vertices) + gVertexAlphaOffset;
2100 void* widthCoords = ((GLbyte*) aaVertices) + gVertexAAWidthOffset;
2101 void* lengthCoords = ((GLbyte*) aaVertices) + gVertexAALengthOffset;

Completed in 561 milliseconds