Stay organized with collections
Save and categorize content based on your preferences.
GL10Ext
interface GL10Ext : GL
Summary
Public methods |
abstract Int |
|
abstract Int |
|
Public methods
glQueryMatrixxOES
abstract 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# GL10Ext\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGL10Ext\n=======\n\n```\ninterface GL10Ext : GL\n```\n\n|--------------------------------------------------|\n| [javax.microedition.khronos.opengles.GL10Ext](#) |\n\nSummary\n-------\n\n| Public methods ||\n|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [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| abstract [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 methods\n--------------\n\n### glQueryMatrixxOES\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract 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 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun glQueryMatrixxOES(\n mantissa: IntBuffer!, \n exponent: IntBuffer!\n): Int\n```"]]