HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 476 - 500 of 530) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
r_surf.cpp 164 lightmap = surf->samples;
gl_model.cpp 796 out->samples = NULL;
798 out->samples = loadmodel->lightdata + i;
    [all...]
model.cpp 805 out->samples = NULL;
807 out->samples = loadmodel->lightdata + i;
    [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 1276 void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
1278 getDispatch()->glRenderbufferStorageMultisampleIMG(target, samples, internalformat, width, height);
1281 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
1283 getDispatch()->glFramebufferTexture2DMultisampleIMG(target, attachment, textarget, texture, level, samples);
    [all...]
  /build/core/
main.mk 360 # For the sdk goal, anything with the "samples" tag should be
363 $(if $(filter samples tests,$(1)),,true)
798 sample_MODULES := $(sort $(call get-tagged-modules,samples))
799 sample_APKS_DEST_PATH := $(TARGET_COMMON_OUT_ROOT)/samples
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 19 * Part of http://code.google.com/p/google-app-engine-samples/.
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 255 @Override public SampleElements<Character> samples() {
282 @Override public SampleElements<Character> samples() {
TableCollectionTest.java 417 samples() {
664 public SampleElements<Cell<String, Integer, Character>> samples() { method in class:TableCollectionTest.TestCellSetGenerator
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 676 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
677 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
    [all...]
  /external/quake/quake/src/QW/server/
model.c 724 out->samples = NULL;
726 out->samples = loadmodel->lightdata + i;
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2ext.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 2183 double samples = 3.0 \/ 2 * cpi->count * lst_yv12->y_width * lst_yv12->y_height; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 171 /* Store the two initial samples we start with */
189 /* Decode and store the other samples in this block */
299 /* Fill the decode buffer with a channel block of data (8 samples) */
379 /* Decode and store the other samples in this block */
518 spec->samples = 4096; /* Good default buffer size */
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1040 int samples = rt->numSamples(); local
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 169 virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 272 void renderbufferStorageMultisampleCHROMIUM(GC3Denum target, GC3Dsizei samples, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height);
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 201 WebRtc_Word16 samples,
679 // Returns the # of bits required to scale the samples specified in the
680 // |in_vector| parameter so that, if the squares of the samples are added the
686 // - in_vector_length : Samples in |in_vector|
740 // Copies the rightmost |samples| of |in_vector| (of length |in_vector_length|)
745 // - in_vector_length : Number of samples in |in_vector|
746 // - samples : Number of samples to extract (from right side)
750 // - out_vector : Vector with the requested samples
752 // Return value : Number of copied samples in |out_vector
    [all...]
  /external/opencv/cv/include/
cvcompat.h 812 CV_INLINE void cvKMeans( int num_clusters, float** samples,
820 memcpy( samples_mat->data.fl + i*vec_size, samples[i], vec_size*sizeof(float));
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 796 out->samples = NULL;
798 out->samples = loadmodel->lightdata + i;
    [all...]
model.c 787 out->samples = NULL;
789 out->samples = loadmodel->lightdata + i;
    [all...]
  /gdk/samples/quake/jni/
gl_model.cpp 796 out->samples = NULL;
798 out->samples = loadmodel->lightdata + i;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/skia/include/gpu/gl/
GrGLInterface.h 247 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLRenderbufferStorageMultisampleProc)(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);

Completed in 1351 milliseconds

<<11121314151617181920>>