Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp231 ((GLushort *)indices)[i]; in convertFixedIndirectLoop()
256 ((GLushort *)indices)[i]; in convertByteIndirectLoop()
285 GLushort index = (indices_type == GL_UNSIGNED_SHORT? in indirectToBytesRanges()
286 static_cast<const GLushort*>(indices)[i]: in indirectToBytesRanges()
293 int bytesRangesToIndices(RangeList& ranges,GLESpointer* p,GLushort* indices) { in bytesRangesToIndices()
331 GLushort* indices = NULL; in convertDirectVBO()
343 indices = new GLushort[count]; in convertDirectVBO()
361 GLushort* us_indices =(GLushort *)indices; in findMaxIndex()
390 GLushort* conversionIndices = NULL; in convertIndirectVBO()
399 conversionIndices = new GLushort[count]; in convertIndirectVBO()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h39 typedef unsigned short GLushort; typedef
/sdk/emulator/opengl/host/libs/Translator/include/GL/
Dwglext.h553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint leng…
560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp173 static_cast<const GLushort*>(indices_in)[i]: \ in drawPointsData()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h27 typedef unsigned short GLushort; typedef
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h31 typedef unsigned short GLushort; typedef