Home
last modified time | relevance | path

Searched refs:GLbyte (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
Darray.cpp152 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()
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddbgcontext.cpp324 vertexAttribs[indx].elemSize = sizeof(GLbyte) * size; in glVertexAttribPointer()
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h57 typedef signed char GLbyte; typedef
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp1624 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()
/frameworks/base/opengl/include/GLES/
Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/frameworks/base/opengl/include/GLES2/
Dgl2.h26 typedef khronos_int8_t GLbyte; typedef