Home
last modified time | relevance | path

Searched defs:EGLConfig (Results 1 – 25 of 221) sorted by relevance

123456789

/aosp_15_r20/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJType.java67 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false)); in typeMapping.put()
144 arrayTypeMapping.put(new CType("EGLConfig", false, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
145 arrayTypeMapping.put(new CType("EGLConfig", true, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
/aosp_15_r20/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLConfig.java19 public abstract class EGLConfig class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/issue27054/
Degl.h8 typedef void *EGLConfig; typedef
/aosp_15_r20/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h7 typedef void *EGLConfig; typedef
/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwTypes.inl52 typedef void* EGLConfig; typedef
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DPreviewRecorder.java342 EGLConfig EGLConfig = configs[0]; in initEGL() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp236 #define VALIDATE_CONFIG_RETURN(EGLConfig,ret) \ argument
258 #define VALIDATE_CONFIG(EGLConfig) \ argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef

123456789