HomeSort by relevance Sort by last modified time
    Searched defs:SafePointerFromUInt (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 41 inline void* SafePointerFromUInt(unsigned int handle) {
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 22 static inline void* SafePointerFromUInt(GLuint value) {
121 ctx->glVertexAttribPointer(indx, size, type, normalized, stride, SafePointerFromUInt(data));
135 ctx->glDrawElements(mode, count, type, SafePointerFromUInt(offset));
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 24 static inline void* SafePointerFromUInt(GLuint value) {
95 ctx->glVertexPointer(size, type, stride, SafePointerFromUInt(offset));
101 ctx->glColorPointer(size, type, stride, SafePointerFromUInt(offset));
107 ctx->glTexCoordPointer(size, type, stride, SafePointerFromUInt(offset));
113 ctx->glNormalPointer(type, stride, SafePointerFromUInt(offset));
119 ctx->glPointSizePointerOES(type, stride, SafePointerFromUInt(offset));
125 ctx->glWeightPointerOES(size, type, stride, SafePointerFromUInt(offset));
131 ctx->glMatrixIndexPointerOES(size, type, stride, SafePointerFromUInt(offset));
211 ctx->glDrawElements(mode, count, type, SafePointerFromUInt(offset));

Completed in 68 milliseconds