HomeSort by relevance Sort by last modified time
    Searched full:buffers (Results 101 - 125 of 2624) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 64 // Buffers to be passed to gl*Pointer() functions
69 // Buffers with multi-byte datatypes (e.g., short, int, float)
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
Cube.java 64 // Buffers to be passed to gl*Pointer() functions
69 // Buffers with multi-byte datatypes (e.g., short, int, float)
  /external/protobuf/editors/
protobuf-mode.el 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
173 "Syntax table used in protobuf-mode buffers.")
179 "Abbreviation table used in protobuf-mode buffers.")
182 "Keymap used in protobuf-mode buffers.")
187 "Protocol Buffers Mode Commands"
188 (cons "Protocol Buffers" (c-lang-const c-mode-menu protobuf)))
194 "Major mode for editing Protocol Buffers description language.
205 mode-name "Protocol-Buffers"
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
cpp_generator.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
java_extension.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
java_generator.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
javamicro_generator.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/
generated_message_util.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_embed_optimize_for.proto 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_import.proto 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_mset.proto 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
zcgzip.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 210 INTERNET_BUFFERSA buffers; local
211 buffers.dwStructSize = sizeof(INTERNET_BUFFERSA);
212 buffers.lpvBuffer = buffer;
213 buffers.dwBufferLength = bufferSize;
216 while ((ok = InternetReadFileExA(d->m_requestHandle, &buffers, d->m_loadSynchronously ? 0 : IRF_NO_WAIT, reinterpret_cast<DWORD_PTR>(this))) && buffers.dwBufferLength) {
249 resourceHandleClient->didReceiveData(this, buffer, buffers.dwBufferLength, -1);
250 buffers.dwBufferLength = bufferSize;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 8 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
10 void glGenBuffers ( GLsizei n, GLuint *buffers )
checks.spec 5 glDeleteBuffers check buffers n
9 glGenBuffers check buffers n
  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-checks 3 glDeleteBuffers check buffers n
7 glGenBuffers check buffers n
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the

Completed in 396 milliseconds

1 2 3 45 6 7 8 91011>>