Home
last modified time | relevance | path

Searched refs:fFormats (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1160 fConfigTable[i].fFormats.fBaseInternalFormat, in dump()
1161 fConfigTable[i].fFormats.fSizedInternalFormat, in dump()
1164 fConfigTable[i].fFormats.fExternalType, in dump()
1891 fConfigTable[i].fFormats.fSizedInternalFormat : in initConfigTable()
1892 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1894 fConfigTable[i].fFormats.fSizedInternalFormat : in initConfigTable()
1895 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1950 SkASSERT(defaultEntry.fFormats.fBaseInternalFormat != in initConfigTable()
1951 fConfigTable[i].fFormats.fBaseInternalFormat); in initConfigTable()
1952 SkASSERT(defaultEntry.fFormats.fSizedInternalFormat != in initConfigTable()
[all …]
H A DGrGLCaps.h148 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()
461 ConfigFormats fFormats; member
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1615 alphaInfo.fFormats.fBaseInternalFormat = GR_GL_ALPHA; in initConfigTable()
1624 redInfo.fFormats.fExternalType = GR_GL_UNSIGNED_BYTE; in initConfigTable()
1626 redInfo.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1627 redInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
1667 grayRedInfo.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1668 grayRedInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
1767 redHalf.fFormats.fExternalType = redHalfExternalType; in initConfigTable()
1769 redHalf.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1770 redHalf.fFormats.fSizedInternalFormat = GR_GL_R16F; in initConfigTable()
1833 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
[all …]
H A DGrGLCaps.h148 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()
162 return fConfigTable[config].fFormats.fSizedInternalFormat; in getImageFormat()
538 ConfigFormats fFormats; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m137 fFormats = jFormats;
190 if (fFormats != NULL) {
191 (*env)->DeleteGlobalRef(env, fFormats);
192 fFormats = NULL;
300 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
305 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
346 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m137 fFormats = jFormats;
190 if (fFormats != NULL) {
191 (*env)->DeleteGlobalRef(env, fFormats);
192 fFormats = NULL;
300 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
305 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
346 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m137 fFormats = jFormats;
190 if (fFormats != NULL) {
191 (*env)->DeleteGlobalRef(env, fFormats);
192 fFormats = NULL;
300 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
305 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
346 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m133 fFormats = JNFNewGlobalRef(env, jFormats);
186 if (fFormats != NULL) {
187 JNFDeleteGlobalRef(env, fFormats);
188 fFormats = NULL;
291 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
296 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
337 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m128 fFormats = jFormats;
181 if (fFormats != NULL) {
182 JNFDeleteGlobalRef(env, fFormats);
183 fFormats = NULL;
286 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
291 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
332 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m129 fFormats = jFormats;
182 if (fFormats != NULL) {
183 JNFDeleteGlobalRef(env, fFormats);
184 fFormats = NULL;
287 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
292 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
333 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m137 fFormats = jFormats;
190 if (fFormats != NULL) {
191 (*env)->DeleteGlobalRef(env, fFormats);
192 fFormats = NULL;
300 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
305 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
346 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m137 fFormats = jFormats;
190 if (fFormats != NULL) {
191 (*env)->DeleteGlobalRef(env, fFormats);
192 fFormats = NULL;
300 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
305 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
346 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m128 fFormats = jFormats;
181 if (fFormats != NULL) {
182 JNFDeleteGlobalRef(env, fFormats);
183 fFormats = NULL;
286 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
291 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
332 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DCDragSource.h55 jlongArray fFormats; variable
H A DCDragSource.m133 fFormats = JNFNewGlobalRef(env, jFormats);
186 if (fFormats != NULL) {
187 JNFDeleteGlobalRef(env, fFormats);
188 fFormats = NULL;
291 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
296 jsize formatsLength = (*env)->GetArrayLength(env, fFormats);
337 (*env)->ReleaseLongArrayElements(env, fFormats, jformats, JNI_ABORT);