Stay organized with collections
Save and categorize content based on your preferences.
GLES10Ext
open class GLES10Ext
Summary
Public methods |
open static Int |
|
open static Int |
|
Public constructors
Public methods
glQueryMatrixxOES
open static fun glQueryMatrixxOES(
mantissa: IntArray!,
mantissaOffset: Int,
exponent: IntArray!,
exponentOffset: Int
): Int
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# GLES10Ext\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGLES10Ext\n=========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/opengl/GLES10Ext \"View this page in Java\") \n\n```\nopen class GLES10Ext\n```\n\n|---|-------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.opengl.GLES10Ext](#) |\n\nSummary\n-------\n\n| Public constructors ||\n|--------------------------------------|---|\n| [GLES10Ext](#GLES10Ext())`()` \u003cbr /\u003e |\n\n| Public methods ||\n|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| open static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [glQueryMatrixxOES](#glQueryMatrixxOES(kotlin.IntArray,%20kotlin.Int,%20kotlin.IntArray,%20kotlin.Int))`(`mantissa:` `[IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)!`, `mantissaOffset:` `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, `exponent:` `[IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)!`, `exponentOffset:` `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` \u003cbr /\u003e |\n| open static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [glQueryMatrixxOES](#glQueryMatrixxOES(java.nio.IntBuffer,%20java.nio.IntBuffer))`(`mantissa:` `[IntBuffer](../../java/nio/IntBuffer.html#)!`, `exponent:` `[IntBuffer](../../java/nio/IntBuffer.html#)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### GLES10Ext\n\n```\nGLES10Ext()\n```\n\nPublic methods\n--------------\n\n### glQueryMatrixxOES\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen static fun glQueryMatrixxOES(\n mantissa: IntArray!, \n mantissaOffset: Int, \n exponent: IntArray!, \n exponentOffset: Int\n): Int\n``` \n\n### glQueryMatrixxOES\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen static fun glQueryMatrixxOES(\n mantissa: IntBuffer!, \n exponent: IntBuffer!\n): Int\n```"]]