/external/mesa3d/src/mesa/main/ |
D | textureview.c | 528 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument 542 newViewNumLayers = MIN2(numlayers, origTexObj->NumLayers - minlayer); in texture_view() 639 if (numlayers != 1) { in texture_view() 641 numlayers); in texture_view() 708 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument 719 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error() 726 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument 738 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView() 830 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
|
D | textureview.h | 49 GLuint minlayer, GLuint numlayers); 55 GLuint minlayer, GLuint numlayers);
|
/external/angle/src/libANGLE/ |
D | validationGL43_autogen.h | 82 GLuint numlayers);
|
D | Context_gl_4_autogen.h | 147 GLuint numlayers); \
|
D | validationGL4.cpp | 742 GLuint numlayers) in ValidateTextureView() argument
|
D | validationGL4_autogen.h | 418 GLuint numlayers);
|
D | Context_gl.cpp | 2782 GLuint numlayers) in textureView() argument
|
/external/pdfium/third_party/libopenjpeg20/ |
D | openjpeg.h | 839 int numlayers; member 910 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() 1408 OPJ_SIZE_T)p_cstr_info->numcomps * (OPJ_SIZE_T)p_cstr_info->numlayers * in opj_tcd_encode_tile() 1629 p_cstr_info->numlayers * numprec * sizeof(opj_packet_info_t)); in opj_tcd_decode_tile() 1982 if (p_tcd->tcp->num_layers_to_decode == p_tcd->tcp->numlayers && in opj_tcd_t1_decode() 2564 p_tcd->tcp->numlayers, in opj_tcd_t2_encode()
|
D | pi.c | 1175 l_current_poc->layE = l_tcp->numlayers; in opj_pi_update_encode_not_poc() 1229 p_tcp->numlayers); /* Layer Index #0 (End) */ in opj_pi_update_decode_poc() 1265 l_current_pi->poc.layno1 = p_tcp->numlayers; in opj_pi_update_decode_not_poc() 1450 if (l_step_l <= (UINT_MAX / (l_tcp->numlayers + 1U))) { in opj_pi_create_decode() 1451 l_current_pi->include_size = (l_tcp->numlayers + 1U) * l_step_l; in opj_pi_create_decode() 1647 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, 2596 opj_write_bytes(l_current_data, l_tcp->numlayers, 2); /* SGcod (B) */ in opj_j2k_write_cod() 2693 opj_read_bytes(p_header_data, &l_tcp->numlayers, 2); /* SGcod (B) */ in opj_j2k_read_cod() 2696 if ((l_tcp->numlayers < 1U) || (l_tcp->numlayers > 65535U)) { in opj_j2k_read_cod() 2699 l_tcp->numlayers); in opj_j2k_read_cod() 2707 l_tcp->num_layers_to_decode = l_tcp->numlayers; in opj_j2k_read_cod() 2737 p_j2k->cstr_info->numlayers = l_tcp->numlayers; in opj_j2k_read_cod() 3381 l_current_poc->layno1, (OPJ_INT32)l_tcp->numlayers); in opj_j2k_write_poc_in_memory() 3526 l_current_poc->layno1 = opj_uint_min(l_current_poc->layno1, l_tcp->numlayers); in opj_j2k_read_poc() 5074 (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/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/mesa3d/include/GLES2/ |
D | gl2ext.h | 748 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 750 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2266 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2268 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 729 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 731 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2258 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 2260 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.h | 617 GLuint numlayers);
|
D | entry_points_gl_4_autogen.cpp | 5328 GLuint numlayers) in GL_TextureView() argument 5336 minlayer, numlayers); in GL_TextureView() 5345 minlevel, numlevels, minlayer, numlayers)); in GL_TextureView() 5349 numlevels, minlayer, numlayers); in GL_TextureView() 5352 internalformat, minlevel, numlevels, minlayer, numlayers); in GL_TextureView()
|
D | libGL_autogen.cpp | 5309 GLuint numlayers) in glTextureView() argument 5312 minlayer, numlayers); in glTextureView()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | null_functions.h | 1769 GLuint numlayers);
|
D | null_functions.cpp | 2731 GLuint numlayers) in glTextureViewNULL() argument
|
/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/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 9504 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 9505 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 9506 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 15424 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 15426 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 15428 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/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);
|
/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);
|