/external/chromium_org/third_party/WebKit/Source/core/tests/ |
FakeWebGraphicsContext3D.h | 74 virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) { }
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 222 virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 358 gconf->stvis.samples = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 431 config->samples = *bp++;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
framebuffer.c | 520 /* Grab samples and sampleBuffers from any attachment point (assuming 524 fb->Visual.samples = rb->NumSamples;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 388 GrGLsizei samples,
|
GrGpuGL.cpp | 1056 int samples = rt->numSamples(); local [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.h | 455 WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 358 gconf->stvis.samples = 0;
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 431 config->samples = *bp++;
|
/external/mesa3d/src/mesa/main/ |
framebuffer.c | 520 /* Grab samples and sampleBuffers from any attachment point (assuming 524 fb->Visual.samples = rb->NumSamples;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 169 /* Store the two initial samples we start with */ 187 /* Decode and store the other samples in this block */ 295 /* Fill the decode buffer with a channel block of data (8 samples) */ 375 /* Decode and store the other samples in this block */ 515 spec->samples = 4096; /* Good default buffer size */
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 388 GrGLsizei samples,
|
GrGpuGL.cpp | 1056 int samples = rt->numSamples(); local [all...] |
/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...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_enc.h | 288 void glRenderbufferStorageMultisampleIMG_enc(void *self , GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); 289 void glFramebufferTexture2DMultisampleIMG_enc(void *self , GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
|
gl_entry.cpp | 273 void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); 274 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples); [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_autogen.h | 2728 GLsizei samples = static_cast<GLsizei>(c.samples); local 2768 GLsizei samples = static_cast<GLsizei>(c.samples); local [all...] |
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 772 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, 778 glGetCurrentContextPPAPI(), target, samples, internalformat, width, local
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 757 PP_Resource context_id, GLenum target, GLsizei samples, 761 target, samples, internalformat, width, height);
|
/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...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 191 } else if ($("body").hasClass("samples")) { 192 $("#nav-x li.samples a").addClass("selected"); 592 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
options.js | 321 // each font list to the current font setting, and updates the samples' lang
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_surface_state.c | [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TableCollectionTest.java | 417 samples() { 664 public SampleElements<Cell<String, Integer, Character>> samples() { method in class:TableCollectionTest.TestCellSetGenerator [all...] |