/external/mesa3d/src/mesa/main/ |
D | textureview.c | 527 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument 541 newViewNumLayers = MIN2(numlayers, origTexObj->NumLayers - minlayer); in texture_view() 638 if (numlayers != 1) { in texture_view() 640 numlayers); in texture_view() 707 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument 718 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error() 725 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument 737 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView() 829 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
|
D | textureview.h | 49 GLuint minlayer, GLuint numlayers); 55 GLuint minlayer, GLuint numlayers);
|
/external/pdfium/third_party/libopenjpeg20/ |
D | openjpeg.h | 843 int numlayers; member 914 OPJ_UINT32 numlayers; member
|
D | tcd.c | 230 for (layno = 0; layno < tcd->tcp->numlayers; layno++) { in opj_tcd_rateallocate_fixed() 352 for (i = 0; i < tcd_tcp->numlayers; i++) { in opj_tcd_makelayer_fixed() 531 tile_info->thresh = (OPJ_FLOAT64 *) opj_malloc(tcd_tcp->numlayers * sizeof( in opj_tcd_rateallocate() 539 for (layno = 0; layno < tcd_tcp->numlayers; layno++) { in opj_tcd_rateallocate() 1389 OPJ_SIZE_T)p_cstr_info->numcomps * (OPJ_SIZE_T)p_cstr_info->numlayers * in opj_tcd_encode_tile() 1610 p_cstr_info->numlayers * numprec * sizeof(opj_packet_info_t)); in opj_tcd_decode_tile() 1963 if (p_tcd->tcp->num_layers_to_decode == p_tcd->tcp->numlayers && in opj_tcd_t1_decode() 2545 p_tcd->tcp->numlayers, in opj_tcd_t2_encode()
|
D | pi.c | 1172 l_current_poc->layE = l_tcp->numlayers; in opj_pi_update_encode_not_poc() 1226 p_tcp->numlayers); /* Layer Index #0 (End) */ in opj_pi_update_decode_poc() 1262 l_current_pi->poc.layno1 = p_tcp->numlayers; in opj_pi_update_decode_not_poc() 1447 if (l_step_l <= (UINT_MAX / (l_tcp->numlayers + 1U))) { in opj_pi_create_decode() 1448 l_current_pi->include_size = (l_tcp->numlayers + 1U) * l_step_l; in opj_pi_create_decode() 1644 l_current_pi->include_size = l_tcp->numlayers * l_step_l; in opj_pi_initialise_encode()
|
D | j2k.h | 247 OPJ_UINT32 numlayers; member
|
D | j2k.c | 1234 OPJ_UINT32 numlayers, 2595 opj_write_bytes(l_current_data, l_tcp->numlayers, 2); /* SGcod (B) */ in opj_j2k_write_cod() 2687 opj_read_bytes(p_header_data, &l_tcp->numlayers, 2); /* SGcod (B) */ in opj_j2k_read_cod() 2690 if ((l_tcp->numlayers < 1U) || (l_tcp->numlayers > 65535U)) { in opj_j2k_read_cod() 2693 l_tcp->numlayers); in opj_j2k_read_cod() 2701 l_tcp->num_layers_to_decode = l_tcp->numlayers; in opj_j2k_read_cod() 2731 p_j2k->cstr_info->numlayers = l_tcp->numlayers; in opj_j2k_read_cod() 3375 l_current_poc->layno1, (OPJ_INT32)l_tcp->numlayers); in opj_j2k_write_poc_in_memory() 3520 l_current_poc->layno1 = opj_uint_min(l_current_poc->layno1, l_tcp->numlayers); in opj_j2k_read_poc() 5063 (OPJ_FLOAT32)l_tcp->numlayers; in opj_j2k_update_rates() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 5991 unsigned int numlayers = 0; in initTextureObject() local 6031 numlayers = 12; in initTextureObject() 6035 numlayers = 6; in initTextureObject() 6041 numlayers = 2; in initTextureObject() 6045 numlayers = 1; in initTextureObject() 6050 numlayers = 1; in initTextureObject() 6054 …View(*to_id_ptr, view_texture_target, m_to_id, GL_RGBA8, minlevel, numlevels, minlayer, numlayers); in initTextureObject() 6061 m_iteration_view_texture_numlayers = numlayers; in initTextureObject() 6072 << "numlayers:[" << numlayers << "] " in initTextureObject()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 722 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 724 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2153 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2155 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 732 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 734 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2209 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2211 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 6479 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument 6488 DE_UNREF(numlayers);
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 36950 GLuint numlayers; member 36962 const GLuint numlayers = cmd->numlayers; in _mesa_unmarshal_TextureView() local 36963 …ispatch, (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers)); in _mesa_unmarshal_TextureView() 36966 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) in _mesa_marshal_TextureView() argument 36981 cmd->numlayers = numlayers; in _mesa_marshal_TextureView() 36988 …ispatch, (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers)); in _mesa_marshal_TextureView()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5352 …alformat, glw::GLuint minlevel, glw::GLuint numlevels, glw::GLuint minlayer, glw::GLuint numlayers) argument 5355 …<< ", " << minlevel << ", " << numlevels << ", " << minlayer << ", " << numlayers << ");" << TestL… 5356 …extureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
|
D | gluCallLogWrapperApi.inl | 736 …lformat, glw::GLuint minlevel, glw::GLuint numlevels, glw::GLuint minlayer, glw::GLuint numlayers);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 5847 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument 5852 …extureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
|
D | glwFunctionTypes.inl | 736 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
D | glwApi.inl | 1642 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2543 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2587 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
D | glext.h | 2491 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2535 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2543 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2587 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
D | glext.h | 2491 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2535 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|