OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentContext
(Results
1 - 25
of
54
) sorted by null
1
2
3
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h
41
EGLThreadInfo() :
currentContext
(NULL), serverConn(NULL) {}
43
EGLWrapperContext *
currentContext
;
egl.cpp
519
if (ti->
currentContext
== wctx) ti->
currentContext
= NULL;
548
ti->
currentContext
= wctx;
557
return (ti->
currentContext
? ti->
currentContext
: EGL_NO_CONTEXT);
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.h
29
EGLThreadInfo() :
currentContext
(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
31
EGLContext_t *
currentContext
;
/libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java
158
contexts[contextPos] =
currentContext
= new Context();
159
currentContext
.declarePrefix("xml", XMLNS);
215
currentContext
= contexts[contextPos];
216
if (
currentContext
== null) {
217
contexts[contextPos] =
currentContext
= new Context();
222
currentContext
.setParent(contexts[contextPos - 1]);
247
currentContext
= contexts[contextPos];
301
currentContext
.declarePrefix(prefix, uri);
350
String myParts[] =
currentContext
.processName(qName, isAttribute);
376
return
currentContext
.getURI(prefix)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java
51
private Context2
currentContext
; // Current point on the double-linked stack
99
currentContext
= new Context2(null);
100
currentContext
.declarePrefix("xml", XMLNS);
125
Context2 parentContext=
currentContext
;
126
currentContext
= parentContext.getChild();
127
if (
currentContext
== null){
128
currentContext
= new Context2(parentContext);
133
currentContext
.setParent(parentContext);
153
Context2 parentContext=
currentContext
.getParent();
157
currentContext
= parentContext
[
all
...]
/device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp
95
if (!thread->
currentContext
) { \
98
int idx = (int)thread->
currentContext
->version - 1; \
109
if (!thread->
currentContext
) { \
112
int idx = (int)thread->
currentContext
->version - 1; \
egl.cpp
413
if (!tInfo || !tInfo->
currentContext
) {
427
strPtr = &tInfo->
currentContext
->versionString;
430
strPtr = &tInfo->
currentContext
->vendorString;
433
strPtr = &tInfo->
currentContext
->rendererString;
436
strPtr = &tInfo->
currentContext
->shaderVersionString;
439
strPtr = &tInfo->
currentContext
->extensionString;
800
if (tInfo && tInfo->
currentContext
) {
891
EGLContext_t* ctx = getEGLThreadInfo()->
currentContext
;
958
if (getEGLThreadInfo()->
currentContext
== context) {
959
getEGLThreadInfo()->
currentContext
->deletePending = 1
[
all
...]
/packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterRendererLoader.java
76
private static Context createPackageContext(Context
currentContext
, String packageName) {
78
return new PackageContextWrapper(
currentContext
.createPackageContext(packageName,
/platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/
HomeScreenTests.java
110
Context
currentContext
= getInstrumentation().getContext();
111
PowerManager pm = (PowerManager)
currentContext
112
.getSystemService(
currentContext
.POWER_SERVICE);
/external/deqp/framework/platform/ios/
tcuIOSPlatform.mm
142
if ([EAGLContext
currentContext
] == m_context)
152
if ([EAGLContext
currentContext
] == m_context)
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
131
BridgeContext
currentContext
= RenderAction.getCurrentContext();
132
if (
currentContext
!= null) {
133
RenderResources resources =
currentContext
.getRenderResources();
/external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm
274
if ([EAGLContext
currentContext
] != _context) {
278
if ([NSOpenGLContext
currentContext
] != _context) {
/external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm
255
if ([EAGLContext
currentContext
] != _context) {
259
if ([NSOpenGLContext
currentContext
] != _context) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java
109
EGLContext context = RenderTarget.
currentContext
();
117
EGLContext context = RenderTarget.
currentContext
();
214
ImageShader copyShader = shaderForContext(RenderTarget.
currentContext
());
335
EGLContext clientContext = RenderTarget.
currentContext
();
605
EGLContext clientContext = RenderTarget.
currentContext
();
[
all
...]
RenderTarget.java
241
public static EGLContext
currentContext
() {
/external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm
306
CGContextRef ctx = (CGContextRef)[[NSGraphicsContext
currentContext
] graphicsPort];
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
[
all
...]
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar
/external/opencv3/modules/core/src/
dxt.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar
/prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar
Completed in 1420 milliseconds
1
2
3