Searched refs:GLbyte (Results 1 – 5 of 5) sorted by relevance
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 281 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/ |
D | gl_base_types.h | 34 typedef khronos_int8_t GLbyte; typedef
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 245 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/ |
D | gl2.h | 26 typedef khronos_int8_t GLbyte; typedef
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 22 typedef khronos_int8_t GLbyte; typedef
|