/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | TemplatedInputStream.java | 40 public int read() throws IOException { in read() method in TemplatedInputStream
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglContext.cpp | 65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
|
D | EglContext.h | 45 SurfacePtr read(){ return m_read;}; in read() function
|
D | EglMacApi.cpp | 183 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
|
D | EglImp.cpp | 670 EGLSurface read, EGLContext context) { in eglMakeCurrent() 875 SurfacePtr read = currCtx->read(); in eglWaitNative() local
|
D | EglX11Api.cpp | 258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
|
D | EglWindowsApi.cpp | 547 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileWriter.java | 114 int read = dis.read(buffer, readLen, len - readLen); in readTraceData() local
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | CaptureLoader.java | 105 int read = 0; in readLayer() local
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 133 const unsigned char *SocketStream::read( void *buf, size_t *inout_len) in read() function in SocketStream
|
D | Win32PipeStream.cpp | 215 const unsigned char *Win32PipeStream::read( void *buf, size_t *inout_len) in read() function in Win32PipeStream
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.cpp | 164 EGLSurface read = EGL_NO_SURFACE; in makeCurrent() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | ProjectClassLoader.java | 142 int read = 0; in loadFromProject() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtPlugin.java | 658 public int read() throws IOException { in read() method in AdtPlugin.PushbackReader
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FrameBuffer.cpp | 668 WindowSurfacePtr draw(NULL), read(NULL); in bindContext() local
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl.cpp | 184 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
|