Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h34 typedef khronos_int8_t GLbyte; typedef
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp284 GLbyte byteVertices[] = { -1,-1,0, // Position in WinMain()
331 uiSize = 3*(sizeof(GLbyte)*10); in WinMain()
364 size_of = sizeof(GLbyte); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp244 const GLbyte* byte_data = (const GLbyte *)dataIn; in convertByteDirectLoop()
257 const GLbyte* bytes_data = (GLbyte *)(dataIn + index*strideIn); in convertByteIndirectLoop()
315 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertDirect()
375 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertIndirect()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h26 typedef khronos_int8_t GLbyte; typedef