/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileWriter.java | 129 private void writeTraceData(byte[] buffer, DataOutputStream stream) throws IOException { in writeTraceData() 134 private void updateTraceStats(byte[] buffer) { in updateTraceStats()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | CurrentVboPropertyAccessor.java | 58 Integer buffer = (Integer) currentBinding.getValue(); in getProperty() local
|
D | StateTransformFactory.java | 339 int buffer = msg.getArgs(1).getIntValue(0); in transformsForGlBindBuffer() local
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl.cpp | 149 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() 159 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() 164 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 239 …glCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGL… in eglCreateImageKHR()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderControl.cpp | 43 static EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString() 64 static EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString() 104 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) in rcGetConfigs()
|
D | FBConfig.cpp | 137 void FBConfig::packConfigsInfo(GLuint *buffer) in packConfigsInfo()
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 91 int SocketStream::writeFully(const void* buffer, size_t size) in writeFully()
|
D | GLClientState.h | 425 int buffer = getBuffer(GL_ARRAY_BUFFER); in getClientStateParameter() local 431 int buffer = getBuffer(GL_ELEMENT_ARRAY_BUFFER); in getClientStateParameter() local
|
D | GLSharedGroup.cpp | 27 void* buffer = NULL; in BufferData() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ExtractStringProposal.java | 85 IBuffer buffer = mContext.getCompilationUnit().getBuffer(); in getAdditionalProposalInfo() local
|
D | ExtractStringRefactoring.java | 474 IBuffer buffer = unit.getBuffer(); in findSelectionInJavaUnit() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | ConvertSwitchQuickFixProcessor.java | 139 IBuffer buffer = compilationUnit.getBuffer(); in getCorrections() local
|
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 165 char* buffer = (char*) malloc(size); in getRegValue() local 488 char buffer[SIZE]; in getJavaVersion() local
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 961 EGLDisplay display, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer() 987 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() 992 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)… in eglReleaseTexImage() 1025 …ImageKHR(EGLDisplay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGL… in eglCreateImageKHR()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
D | NdkDiscoveryUpdater.java | 142 StringBuffer buffer = new StringBuffer(entry.getKey()); in calcEnvironment() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PostCompilerBuilder.java | 755 private final byte[] buffer = new byte[1024]; field in PostCompilerBuilder.JarBuilder
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 408 void GLEScontext::bindBuffer(GLenum target,GLuint buffer) { in bindBuffer() 416 void GLEScontext::unbindBuffer(GLuint buffer) { in unbindBuffer()
|
D | DummyGLfuncs.cpp | 20 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer){} in dummy_glBindBuffer()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 186 GL_APICALL void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer){ in glBindBuffer() 1508 GL_APICALL GLboolean GL_APIENTRY glIsBuffer(GLuint buffer){ in glIsBuffer()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 203 GL_API GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) { in glIsBuffer() 286 GL_API void GL_APIENTRY glBindBuffer( GLenum target, GLuint buffer) { in glBindBuffer()
|