HomeSort by relevance Sort by last modified time
    Searched full:texture_ptr (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp 413 const _texture_properties* texture_ptr = texture_descriptors[n_descriptor]; local
418 if (!is_immutable_run && (texture_ptr->target == GL_TEXTURE_2D_MULTISAMPLE ||
419 texture_ptr->target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES))
425 gl.bindTexture(texture_ptr->target, *texture_ptr->to_id_ptr);
432 if (texture_ptr->is_2d_texture)
434 if (texture_ptr->is_multisample_texture)
436 gl.texStorage2DMultisample(texture_ptr->target, texture_ptr->samples,
437 texture_ptr->internalformat, texture_ptr->width, texture_ptr->height
582 const _texture_properties* texture_ptr = target_iterator->second; local
934 const _texture_properties* texture_ptr = texture_descriptors[n_descriptor]; local
    [all...]

Completed in 113 milliseconds