Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp281 GLbyte byteVertices[] = { -1,-1,0, // Position in WinMain()
282 (GLbyte)255,0,0,(GLbyte)255, // Color in WinMain()
287 0,(GLbyte)255,0,(GLbyte)255, in WinMain()
292 0,0,(GLbyte)255,(GLbyte)255, in WinMain()
328 uiSize = 3*(sizeof(GLbyte)*10); in WinMain()
361 size_of = sizeof(GLbyte); in WinMain()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h34 typedef khronos_int8_t GLbyte; typedef
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp245 const GLbyte* byte_data = (const GLbyte *)dataIn; in convertByteDirectLoop()
258 const GLbyte* bytes_data = (GLbyte *)(dataIn + index*strideIn); in convertByteIndirectLoop()
316 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertDirect()
374 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertIndirect()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h26 typedef khronos_int8_t GLbyte; typedef
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h22 typedef khronos_int8_t GLbyte; typedef