HomeSort by relevance Sort by last modified time
    Searched defs:prepareTexture (Results 1 - 13 of 13) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayETC2Support.cpp 73 prepareTexture();
292 void TextureCubeMapArrayETC2Support::prepareTexture()
esextcTextureCubeMapArraySampling.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessSamplersTests.cpp 500 prepareTexture();
756 void FunctionalTest::prepareTexture()
gl4cSparseTextureClampTests.cpp     [all...]
gl4cSparseTextureTests.cpp     [all...]
gl4cCopyImageTests.cpp 115 static void prepareTexture(deqp::Context& context, glw::GLuint name, glw::GLenum target,
1377 prepareTexture(context, name, target, internal_format, format, type, level, width, height, depth, pixels,
1400 void Utils::prepareTexture(deqp::Context& context, GLuint name, GLenum target, GLenum internal_format, GLenum format,
    [all...]
gl4cShadingLanguage420PackTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 322 void TexelFetchTest::prepareTexture(bool is_source, glw::GLuint texture_id)
793 prepareTexture(false, destination_texture.m_id);
794 prepareTexture(true, source_texture.m_id);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5TextureGatherOffset.cpp 676 prepareTexture();
907 void GPUShader5TextureGatherOffsetTestBase::prepareTexture()
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 402 ShaderParameter[] params = prepareTexture(texture);
410 private ShaderParameter[] prepareTexture(BasicTexture texture) {
415 prepareTexture(texture, program, params);
419 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) {
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 668 ShaderParameter[] params = prepareTexture(texture);
686 private ShaderParameter[] prepareTexture(BasicTexture texture) {
696 prepareTexture(texture, program, params);
700 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) {
718 prepareTexture(texture, mMeshProgram, mMeshParameters);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 668 ShaderParameter[] params = prepareTexture(texture);
686 private ShaderParameter[] prepareTexture(BasicTexture texture) {
696 prepareTexture(texture, program, params);
700 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) {
718 prepareTexture(texture, mMeshProgram, mMeshParameters);
    [all...]

Completed in 804 milliseconds