OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:releaseContext
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h
26
static bool
releaseContext
(EGLContext ctx,EGLSurface s1,EGLSurface s2);
EglValidate.cpp
66
bool EglValidate::
releaseContext
(EGLContext ctx,EGLSurface s1,EGLSurface s2) {
EglImp.cpp
681
bool
releaseContext
= EglValidate::
releaseContext
(context,read,draw);
682
if(!
releaseContext
&& EglValidate::badContextMatch(context,read,draw)) {
689
if(
releaseContext
) { //releasing current context
716
releaseContext
= true;
765
if(prevCtx.Ptr() &&
releaseContext
) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
Filter.java
43
public static void
releaseContext
() {
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
FilterStack.java
240
Filter.
releaseContext
();
/external/webkit/Source/WebKit/win/
WebView.cpp
[
all
...]
Completed in 174 milliseconds