Home
last modified time | relevance | path

Searched refs:SK_GLType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gl/
DSkGL.h37 #define SK_GLType GL_FIXED macro
39 #define SK_GLType GL_FLOAT macro
42 #if SK_GLType == GL_FIXED
87 #define SK_TextGLType SK_GLType
DSkGL.cpp364 glTexCoordPointer(2, SK_GLType, 0, texCoords); in DrawVertices()
379 glVertexPointer(2, SK_GLType, 0, vertex); in DrawVertices()