HomeSort by relevance Sort by last modified time
    Searched refs:SURFACE (Results 1 - 4 of 4) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 21 typedef SrfcInfo* SURFACE;
22 typedef SURFACE EGLNativeSurfaceType;
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 29 #include <surfaceflinger/Surface.h>
159 jobject surface, jint attribute, jintArray value) {
160 if (display == NULL || surface == NULL || value == NULL
166 EGLContext sur = getSurface(_env, surface);
324 "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface");
443 static jboolean jni_eglDestroySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface) {
444 if (display == NULL || surface == NULL) {
449 EGLSurface sur = getSurface(_env, surface);
452 SkPixelRef* ref = (SkPixelRef*)(_env->GetIntField(surface,
488 static jboolean jni_eglSwapBuffers(JNIEnv *_env, jobject _this, jobject display, jobject surface) {
    [all...]
  /external/collada/include/1.4/dom/
domGles_texture_unit.h 30 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SURFACE; }
221 * Gets the surface element.
222 * @return a daeSmartRef to the surface element.
domTypes.h 243 FX_SURFACE_TYPE_ENUM_UNTYPED, /**< When a surface's type attribute is set to UNTYPED, its type is initially unknown and established later by the context in which it is used, such as by a texture sampler that references it. A surface of any other type may be changed into an UNTYPED surface at run-time, as if it were created by <newparam>, using <setparam>. If there is a type mismatch between a <setparam> operation and what the run-time decides the type should be, the result is profile- and platform-specific behavior. */
314 FX_SURFACE_FORMAT_HINT_OPTION_ENUM_COMPRESSABLE, /**< The surface may use run-time compression. Considering the best compression based on desired, channel, range, precision, and options */
821 SURFACE = 103,
    [all...]

Completed in 177 milliseconds