Home
last modified time | relevance | path

Searched refs:oglc (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
H A DOGLContext.h144 #define OGLC_IS_CAP_PRESENT(oglc, cap) (((oglc)->caps & (cap)) != 0) argument
160 #define OGLC_GET_VENDOR(oglc) \ argument
186 #define OGLC_UPDATE_TEXTURE_FUNCTION(oglc, func) \ argument
188 if ((oglc)->textureFunction != (func)) { \
189 OGLC_INIT_TEXTURE_FUNCTION(oglc, func); \
197 void OGLContext_ResetClip(OGLContext *oglc);
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
207 void OGLContext_ResetTransform(OGLContext *oglc);
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
H A DOGLContext.h144 #define OGLC_IS_CAP_PRESENT(oglc, cap) (((oglc)->caps & (cap)) != 0) argument
160 #define OGLC_GET_VENDOR(oglc) \ argument
186 #define OGLC_UPDATE_TEXTURE_FUNCTION(oglc, func) \ argument
188 if ((oglc)->textureFunction != (func)) { \
189 OGLC_INIT_TEXTURE_FUNCTION(oglc, func); \
197 void OGLContext_ResetClip(OGLContext *oglc);
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
207 void OGLContext_ResetTransform(OGLContext *oglc);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
H A DOGLContext.h144 #define OGLC_IS_CAP_PRESENT(oglc, cap) (((oglc)->caps & (cap)) != 0) argument
160 #define OGLC_GET_VENDOR(oglc) \ argument
186 #define OGLC_UPDATE_TEXTURE_FUNCTION(oglc, func) \ argument
188 if ((oglc)->textureFunction != (func)) { \
189 OGLC_INIT_TEXTURE_FUNCTION(oglc, func); \
197 void OGLContext_ResetClip(OGLContext *oglc);
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
207 void OGLContext_ResetTransform(OGLContext *oglc);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
H A DOGLContext.h144 #define OGLC_IS_CAP_PRESENT(oglc, cap) (((oglc)->caps & (cap)) != 0) argument
160 #define OGLC_GET_VENDOR(oglc) \ argument
186 #define OGLC_UPDATE_TEXTURE_FUNCTION(oglc, func) \ argument
188 if ((oglc)->textureFunction != (func)) { \
189 OGLC_INIT_TEXTURE_FUNCTION(oglc, func); \
197 void OGLContext_ResetClip(OGLContext *oglc);
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
207 void OGLContext_ResetTransform(OGLContext *oglc);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
H A DOGLContext.h144 #define OGLC_IS_CAP_PRESENT(oglc, cap) (((oglc)->caps & (cap)) != 0) argument
160 #define OGLC_GET_VENDOR(oglc) \ argument
186 #define OGLC_UPDATE_TEXTURE_FUNCTION(oglc, func) \ argument
188 if ((oglc)->textureFunction != (func)) { \
189 OGLC_INIT_TEXTURE_FUNCTION(oglc, func); \
197 void OGLContext_ResetClip(OGLContext *oglc);
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
207 void OGLContext_ResetTransform(OGLContext *oglc);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLPaints.c46 RETURN_IF_NULL(oglc); in OGLPaints_ResetPaint()
50 if (oglc->useMask) { in OGLPaints_ResetPaint()
81 if (oglc->useMask) { in OGLPaints_ResetPaint()
92 oglc->r = ea; in OGLPaints_ResetPaint()
93 oglc->g = ea; in OGLPaints_ResetPaint()
94 oglc->b = ea; in OGLPaints_ResetPaint()
95 oglc->a = ea; in OGLPaints_ResetPaint()
143 oglc->r = r; in OGLPaints_SetColor()
144 oglc->g = g; in OGLPaints_SetColor()
145 oglc->b = b; in OGLPaints_SetColor()
[all …]
H A DOGLContext.c185 if (oglc == NULL) { in OGLContext_SetSurfaces()
205 return oglc; in OGLContext_SetSurfaces()
216 RETURN_IF_NULL(oglc); in OGLContext_ResetClip()
238 RETURN_IF_NULL(oglc); in OGLContext_SetRectClip()
275 RETURN_IF_NULL(oglc); in OGLContext_BeginShapeClip()
313 RETURN_IF_NULL(oglc); in OGLContext_EndShapeClip()
355 RETURN_IF_NULL(oglc); in OGLContext_ResetComposite()
383 RETURN_IF_NULL(oglc); in OGLContext_SetAlphaComposite()
427 RETURN_IF_NULL(oglc); in OGLContext_SetXorComposite()
501 oglc->xformMatrix[0], oglc->xformMatrix[4], in OGLContext_SetTransform()
[all …]

12345678910>>...14