예제 #1
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glIndexsv, jobject c) {
	glIndexsv(BUFF(GLshort, c));
}
예제 #2
0
/////////////////////////////////////////////////////////
// Render
//
void GEMglIndexsv :: render(GemState *state) {
	glIndexsv (c);
}
예제 #3
0
파일: g_render.c 프로젝트: aosm/X11
void __glXDisp_Indexsv(GLbyte *pc)
{
	glIndexsv( 
		(GLshort  *)(pc + 0)
	);
}