Searched refs:RenderTexture2DArray (Results 1 – 1 of 1) sorted by relevance
259 class RenderTexture2DArray : public Render class in deqp::egl::Image::GLESImageApi297 class RenderSampleTexture2DArray : public RenderTexture2DArray624 bool GLESImageApi::RenderTexture2DArray::invokeGLES(GLESImageApi &api, MovePtr<UniqueImage> &img, in invokeGLES()1977 m_renderActions.add("texture_array", MovePtr<Action>(new GLESImageApi::RenderTexture2DArray())); in addRenderActions()2069 if (dynamic_cast<const GLESImageApi::RenderTexture2DArray *>(&render)) in isCompatibleCreateAndRenderActions()2152 … if (dynamic_cast<const GLESImageApi::RenderTexture2DArray *>(renderAction.action.get()) || in init()