MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / glArrayElement

Function glArrayElement

engine/source/platformAndroid/AndroidGL2ES.cpp:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 AssertFatal( 0, "glBlendEquationEXT(): this method call needs to be implemented");
556}
557void glArrayElement( GLint )
558{
559 AssertFatal( 0, "glArrayElement(): this method call needs to be implemented");
560}
561void glFogCoordPointerEXT(GLenum, GLsizei, void *)
562{
563 AssertFatal( 0, "glFogCoordPointerEXT(): this method call needs to be implemented");

Callers 4

glOutlineDrawElementsFunction · 0.70
glOutlineDrawArraysFunction · 0.70
glOutlineDrawElementsFunction · 0.50
glOutlineDrawArraysFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected