Home | History | Annotate | Download | only in simplereference

Lines Matching refs:deInt32

701 void GLContext::vertexAttribI4i (deUint32 index, deInt32 x, deInt32 y, deInt32 z, deInt32 w)
711 deInt32 GLContext::getAttribLocation (deUint32 program, const char *name)
716 void GLContext::uniform1f (deInt32 location, float v0)
721 void GLContext::uniform1i (deInt32 location, deInt32 v0)
726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value)
731 void GLContext::uniform2fv (deInt32 location, deInt32 count, const float* value)
736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value)
741 void GLContext::uniform4fv (deInt32 location, deInt32 count, const float* value)
746 void GLContext::uniform1iv (deInt32 location, deInt32 count, const deInt32* value)
751 void GLContext::uniform2iv (deInt32 location, deInt32 count, const deInt32* value)
756 void GLContext::uniform3iv (deInt32 location, deInt32 count, const deInt32* value)
761 void GLContext::uniform4iv (deInt32 location, deInt32 count, const deInt32* value)
766 void GLContext::uniformMatrix3fv (deInt32 location, deInt32 count, deInt32 transpose, const float *value)
771 void GLContext::uniformMatrix4fv (deInt32 location, deInt32 count, deInt32 transpose, const float *value)
775 deInt32 GLContext::getUniformLocation (deUint32 program, const char *name)