Home
last modified time | relevance | path

Searched defs:dimensions (Results 1 – 25 of 66) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java46 protected final int dimensions; field in ArrayProto
123 int dimensions = Math.min(this.dimensions, ((ArrayProto)other).dimensions); in getCommonSuperclass() local
147 private static String makeArrayType(@Nonnull String elementType, int dimensions) { in makeArrayType()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, in _mesa_validate_pbo_access()
176 GLuint dimensions, in _mesa_map_validate_pbo_source()
273 GLuint dimensions, in _mesa_map_validate_pbo_dest()
331 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, in _mesa_validate_pbo_teximage()
Dtexgetimage.c75 get_tex_depth(struct gl_context *ctx, GLuint dimensions, in get_tex_depth()
125 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, in get_tex_depth_stencil()
170 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, in get_tex_ycbcr()
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba_compressed()
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba_uncompressed()
428 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba()
537 GLuint dimensions; in _mesa_get_teximage() local
704 const GLuint dimensions = (target == GL_TEXTURE_3D) ? 3 : 2; in getteximage_error_check() local
Dteximage.c1621 unsigned dimensions) in _mesa_es_error_check_format_and_type()
1739 GLuint dimensions, GLenum target, in texture_error_check()
1969 compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, in compressed_texture_error_check()
2146 subtexture_error_check( struct gl_context *ctx, GLuint dimensions, in subtexture_error_check()
2211 subtexture_error_check2( struct gl_context *ctx, GLuint dimensions, in subtexture_error_check2()
2325 copytexture_error_check( struct gl_context *ctx, GLuint dimensions, in copytexture_error_check()
2490 copytexsubimage_error_check1( struct gl_context *ctx, GLuint dimensions, in copytexsubimage_error_check1()
2539 copytexsubimage_error_check2( struct gl_context *ctx, GLuint dimensions, in copytexsubimage_error_check2()
3594 compressed_subtexture_error_check(struct gl_context *ctx, GLint dimensions, in compressed_subtexture_error_check()
/external/mesa3d/src/mesa/main/
Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, in _mesa_validate_pbo_access()
176 GLuint dimensions, in _mesa_map_validate_pbo_source()
273 GLuint dimensions, in _mesa_map_validate_pbo_dest()
331 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, in _mesa_validate_pbo_teximage()
Dtexgetimage.c75 get_tex_depth(struct gl_context *ctx, GLuint dimensions, in get_tex_depth()
125 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, in get_tex_depth_stencil()
170 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, in get_tex_ycbcr()
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba_compressed()
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba_uncompressed()
428 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba()
537 GLuint dimensions; in _mesa_get_teximage() local
704 const GLuint dimensions = (target == GL_TEXTURE_3D) ? 3 : 2; in getteximage_error_check() local
Dteximage.c1621 unsigned dimensions) in _mesa_es_error_check_format_and_type()
1739 GLuint dimensions, GLenum target, in texture_error_check()
1969 compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, in compressed_texture_error_check()
2146 subtexture_error_check( struct gl_context *ctx, GLuint dimensions, in subtexture_error_check()
2211 subtexture_error_check2( struct gl_context *ctx, GLuint dimensions, in subtexture_error_check2()
2325 copytexture_error_check( struct gl_context *ctx, GLuint dimensions, in copytexture_error_check()
2490 copytexsubimage_error_check1( struct gl_context *ctx, GLuint dimensions, in copytexsubimage_error_check1()
2539 copytexsubimage_error_check2( struct gl_context *ctx, GLuint dimensions, in copytexsubimage_error_check2()
3594 compressed_subtexture_error_check(struct gl_context *ctx, GLint dimensions, in compressed_subtexture_error_check()
/external/chromium_org/remoting/host/
Dscreen_resolution.h26 const webrtc::DesktopSize& dimensions() const { return dimensions_; } in dimensions() function
Dscreen_resolution.cc19 ScreenResolution::ScreenResolution(const webrtc::DesktopSize& dimensions, in ScreenResolution()
/external/chromium_org/cc/debug/
Dpicture_record_benchmark.cc66 std::pair<int, int> dimensions = it->first; in DidUpdateLayers() local
101 std::pair<int, int> dimensions = dimensions_[i]; in RunOnLayer() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPreferenceInitializer.java59 Dimension[] dimensions = PerformanceTestPlugin.getResultsDimensions(); in initializeDefaultPreferences() local
/external/chromium_org/ppapi/proxy/
Dppp_video_decoder_proxy.cc23 const PP_Size* dimensions, in ProvidePictureBuffers()
120 const PP_Size& dimensions, in OnMsgProvidePictureBuffers()
/external/chromium_org/components/feedback/proto/
Dextension.proto34 required Dimensions dimensions = 2; field
/external/chromium_org/ppapi/cpp/dev/
Dvideo_decoder_client_dev.cc24 const PP_Size* dimensions, in ProvidePictureBuffers()
/external/chromium_org/content/renderer/pepper/
Dpepper_video_decoder_host.cc308 const gfx::Size& dimensions, in ProvidePictureBuffers()
398 const gfx::Size& dimensions, in RequestTextures()
Dppb_video_decoder_impl.cc234 const gfx::Size& dimensions, in ProvidePictureBuffers()
/external/chromium_org/content/common/gpu/media/
Dandroid_video_decode_accelerator_unittest.cc41 const gfx::Size& dimensions, in ProvidePictureBuffers()
/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_controller_unittest.cc133 gfx::Size dimensions) { in WrapI420Buffer()
150 gfx::Size dimensions) { in WrapMailboxBuffer()
Dvideo_capture_buffer_pool_unittest.cc47 scoped_ptr<Buffer> ReserveI420Buffer(const gfx::Size& dimensions) { in ReserveI420Buffer()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DRawDataTable.java33 private Dim[] dimensions = DB_Results.getResultsDimensions(); field in RawDataTable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c57 static unsigned int dimensions[2] = { 0, 0 }; variable
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c57 static unsigned int dimensions[2] = { 0, 0 }; variable
/external/chromium_org/content/common/gpu/client/
Dgpu_video_decode_accelerator_host.cc216 const gfx::Size& dimensions, in OnProvidePictureBuffer()
/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java131 final int[] dimensions = getDimensions(item); in preloadItem() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DSQL_Results.java146 Dim[] dimensions = DB_Results.getResultsDimensions(); in queryDimScalars() local

123