Added in API level 4

GLES10Ext

open class GLES10Ext
kotlin.Any
   ↳ android.opengl.GLES10Ext

Summary

Public constructors

Public methods
open static Int
glQueryMatrixxOES(mantissa: IntArray!, mantissaOffset: Int, exponent: IntArray!, exponentOffset: Int)

open static Int
glQueryMatrixxOES(mantissa: IntBuffer!, exponent: IntBuffer!)

Public constructors

GLES10Ext

GLES10Ext()

Public methods

glQueryMatrixxOES

Added in API level 4
open static fun glQueryMatrixxOES(
    mantissa: IntArray!,
    mantissaOffset: Int,
    exponent: IntArray!,
    exponentOffset: Int
): Int

glQueryMatrixxOES

Added in API level 4
open static fun glQueryMatrixxOES(
    mantissa: IntBuffer!,
    exponent: IntBuffer!
): Int