Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 20 of 20) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileWriter.java129 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/
DCurrentVboPropertyAccessor.java58 Integer buffer = (Integer) currentBinding.getValue(); in getProperty() local
DStateTransformFactory.java339 int buffer = msg.getArgs(1).getIntValue(0); in transformsForGlBindBuffer() local
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp149 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/
DRenderControl.cpp43 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()
DFBConfig.cpp137 void FBConfig::packConfigsInfo(GLuint *buffer) in packConfigsInfo()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp91 int SocketStream::writeFully(const void* buffer, size_t size) in writeFully()
DGLClientState.h425 int buffer = getBuffer(GL_ARRAY_BUFFER); in getClientStateParameter() local
431 int buffer = getBuffer(GL_ELEMENT_ARRAY_BUFFER); in getClientStateParameter() local
DGLSharedGroup.cpp27 void* buffer = NULL; in BufferData() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringProposal.java85 IBuffer buffer = mContext.getCompilationUnit().getBuffer(); in getAdditionalProposalInfo() local
DExtractStringRefactoring.java474 IBuffer buffer = unit.getBuffer(); in findSelectionInJavaUnit() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DConvertSwitchQuickFixProcessor.java139 IBuffer buffer = compilationUnit.getBuffer(); in getCorrections() local
/sdk/find_java/src/source/
Dfind_java_lib.cpp165 char* buffer = (char*) malloc(size); in getRegValue() local
488 char buffer[SIZE]; in getJavaVersion() local
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp961 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/
DNdkDiscoveryUpdater.java142 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/
DPostCompilerBuilder.java755 private final byte[] buffer = new byte[1024]; field in PostCompilerBuilder.JarBuilder
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp408 void GLEScontext::bindBuffer(GLenum target,GLuint buffer) { in bindBuffer()
416 void GLEScontext::unbindBuffer(GLuint buffer) { in unbindBuffer()
DDummyGLfuncs.cpp20 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer){} in dummy_glBindBuffer()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp186 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/
DGLEScmImp.cpp203 GL_API GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) { in glIsBuffer()
286 GL_API void GL_APIENTRY glBindBuffer( GLenum target, GLuint buffer) { in glBindBuffer()