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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h657 void GLTrace_glMultiTexCoord1bOES(GLenum texture, GLbyte s);
658 void GLTrace_glMultiTexCoord1bvOES(GLenum texture, const GLbyte * coords);
659 void GLTrace_glMultiTexCoord2bOES(GLenum texture, GLbyte s, GLbyte t);
660 void GLTrace_glMultiTexCoord2bvOES(GLenum texture, const GLbyte * coords);
661 void GLTrace_glMultiTexCoord3bOES(GLenum texture, GLbyte s, GLbyte t, GLbyte r);
662 void GLTrace_glMultiTexCoord3bvOES(GLenum texture, const GLbyte * coords);
663 void GLTrace_glMultiTexCoord4bOES(GLenum texture, GLbyte
[all...]
H A Dgltrace_api.cpp26845 void GLTrace_glMultiTexCoord1bOES(GLenum texture, GLbyte s) {
26879 void GLTrace_glMultiTexCoord1bvOES(GLenum texture, const GLbyte * coords) {
26914 void GLTrace_glMultiTexCoord2bOES(GLenum texture, GLbyte s, GLbyte t) {
26954 void GLTrace_glMultiTexCoord2bvOES(GLenum texture, const GLbyte * coords) {
26989 void GLTrace_glMultiTexCoord3bOES(GLenum texture, GLbyte s, GLbyte t, GLbyte r) {
27035 void GLTrace_glMultiTexCoord3bvOES(GLenum texture, const GLbyte * coords) {
27070 void GLTrace_glMultiTexCoord4bOES(GLenum texture, GLbyte
[all...]
/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.h56 typedef khronos_int8_t GLbyte; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h57 typedef signed char GLbyte; typedef
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h56 typedef khronos_int8_t GLbyte; typedef
H A Dgl31.h56 typedef khronos_int8_t GLbyte; typedef
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2363 void* alphaCoords = ((GLbyte*) vertices) + gVertexAlphaOffset;

Completed in 198 milliseconds