Searched refs:is_32bit (Results 1 – 3 of 3) sorted by relevance
818 video->is_32bit = 0; in SDL_SetVideoMode()833 video->is_32bit = 1; in SDL_SetVideoMode()867 video->is_32bit ? GL_RGBA : GL_RGB, in SDL_SetVideoMode()871 video->is_32bit ? GL_RGBA : GL_RGB, in SDL_SetVideoMode()873 video->is_32bit ? GL_UNSIGNED_BYTE : GL_UNSIGNED_SHORT_5_6_5, in SDL_SetVideoMode()1588 this->is_32bit? GL_RGBA : GL_RGB, in SDL_GL_UpdateRects()1590 this->is_32bit ? GL_UNSIGNED_BYTE : GL_UNSIGNED_SHORT_5_6_5, in SDL_GL_UpdateRects()
197 int is_32bit; member
1593 bool is_32bit = (opcode >= 0xB8); in InstructionDecode() local1595 if (is_32bit) { in InstructionDecode()